Skip to content

Commit

Permalink
Merge pull request #1270 from waywardmonkeys/look-at-lh-is-left-handed
Browse files Browse the repository at this point in the history
doc: Isometry's `look_at_lh` is left-handed.
  • Loading branch information
sebcrozet committed Sep 30, 2023
2 parents d2d2571 + d0aa7f2 commit 804e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/isometry_construction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ macro_rules! look_at_isometry_construction_impl(
/// Builds a left-handed look-at view matrix.
///
/// It maps the view direction `target - eye` to the **positive** `z` axis and the `eye` to the origin.
/// This conforms to the common notion of right handed camera look-at **view matrix** from
/// This conforms to the common notion of left handed camera look-at **view matrix** from
/// the computer graphics community, i.e. the camera is assumed to look toward its local `z` axis.
///
/// # Arguments
Expand Down

0 comments on commit 804e606

Please sign in to comment.