Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yzrmn committed Sep 2, 2024
1 parent 1766d97 commit 8d712ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redgeometry/src/primitives/quaternion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export class Quaternion implements QuaternionLike {
}

/**
* Returns the instrinsic Euler (Tait-Bryan) angles of the current quaternion the with respect to `order`.
* Returns the instrinsic Euler (Tait-Bryan) angles of the current quaternion with respect to `order`.
*
* References:
* - https://en.wikipedia.org/wiki/Euler_angles#Conversion_to_other_orientation_representations
Expand Down

0 comments on commit 8d712ac

Please sign in to comment.