mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-07-24 21:56:55 +02:00
Fix JSDoc for MyAvatar.getLeftPalmRotation and getRightPalmRotation
This commit is contained in:
parent
c225c3deca
commit
e4f13c97f7
1 changed files with 2 additions and 2 deletions
|
@ -381,7 +381,7 @@ public slots:
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Get the rotation of the left palm in world coordinates.
|
* Get the rotation of the left palm in world coordinates.
|
||||||
* @function MyAvatar.getLeftPalmRotation
|
* @function MyAvatar.getLeftPalmRotation
|
||||||
* @returns {Vec3} The rotation of the left palm in world coordinates.
|
* @returns {Quat} The rotation of the left palm in world coordinates.
|
||||||
* @example <caption>Report the rotation of your avatar's left palm.</caption>
|
* @example <caption>Report the rotation of your avatar's left palm.</caption>
|
||||||
* print(JSON.stringify(MyAvatar.getLeftPalmRotation()));
|
* print(JSON.stringify(MyAvatar.getLeftPalmRotation()));
|
||||||
*/
|
*/
|
||||||
|
@ -398,7 +398,7 @@ public slots:
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Get the rotation of the right palm in world coordinates.
|
* Get the rotation of the right palm in world coordinates.
|
||||||
* @function MyAvatar.getRightPalmRotation
|
* @function MyAvatar.getRightPalmRotation
|
||||||
* @returns {Vec3} The rotation of the right palm in world coordinates.
|
* @returns {Quat} The rotation of the right palm in world coordinates.
|
||||||
* @example <caption>Report the rotation of your avatar's right palm.</caption>
|
* @example <caption>Report the rotation of your avatar's right palm.</caption>
|
||||||
* print(JSON.stringify(MyAvatar.getRightPalmRotation()));
|
* print(JSON.stringify(MyAvatar.getRightPalmRotation()));
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue