We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3877539 + 18345f2 commit 5b51c3aCopy full SHA for 5b51c3a
src/math/Quaternion.ts
@@ -281,6 +281,8 @@ export class Quaternion {
281
}
282
283
/**
284
+ * Set the quaternion components given Euler angle representation.
285
+ *
286
* @param order The order to apply angles: 'XYZ' or 'YXZ' or any other combination.
287
*
288
* 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