Skip to content

Commit d0aa7f2

Browse files
doc: Isometry's look_at_lh is left-handed.
Fixes issue #734.
1 parent 32a07ac commit d0aa7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geometry/isometry_construction.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ macro_rules! look_at_isometry_construction_impl(
372372
/// Builds a left-handed look-at view matrix.
373373
///
374374
/// It maps the view direction `target - eye` to the **positive** `z` axis and the `eye` to the origin.
375-
/// This conforms to the common notion of right handed camera look-at **view matrix** from
375+
/// This conforms to the common notion of left handed camera look-at **view matrix** from
376376
/// the computer graphics community, i.e. the camera is assumed to look toward its local `z` axis.
377377
///
378378
/// # Arguments

0 commit comments

Comments
 (0)