mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Quat JSDoc improvement
This commit is contained in:
parent
03bc1b05d9
commit
86a6f73fb4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
* of gimbal lock.
|
||||
* @namespace Quat
|
||||
* @variation 0
|
||||
* @property IDENTITY {Quat} The identity rotation, i.e., no rotation.
|
||||
* @property IDENTITY {Quat} The identity rotation, i.e., no rotation. Its value is <code>{ x: 0, y: 0, z: 0, w: 1 }</code>.
|
||||
* @example <caption>Print the <code>IDENTITY</code> value.</caption>
|
||||
* print(JSON.stringify(Quat.IDENTITY)); // { x: 0, y: 0, z: 0, w: 1 }
|
||||
* print(JSON.stringify(Quat.safeEulerAngles(Quat.IDENTITY))); // { x: 0, y: 0, z: 0 }
|
||||
|
|
Loading…
Reference in a new issue