Skip to content

Commit 5b51c3a

Browse files
authored
Merge pull request #150 from gtim/quaternion-setfromeuler-doc
Quaternion::setFromEuler documentation for TypeDoc coverage
2 parents 3877539 + 18345f2 commit 5b51c3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/math/Quaternion.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ export class Quaternion {
281281
}
282282

283283
/**
284+
* Set the quaternion components given Euler angle representation.
285+
*
284286
* @param order The order to apply angles: 'XYZ' or 'YXZ' or any other combination.
285287
*
286288
* See {@link https://www.mathworks.com/matlabcentral/fileexchange/20696-function-to-convert-between-dcm-euler-angles-quaternions-and-euler-vectors MathWorks} reference

0 commit comments

Comments
 (0)