mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Fix typo in Entities.getAbsoluteJointRotationInObjectFrame() JSDoc
This commit is contained in:
parent
5624ba6e14
commit
4e274347b4
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@ public slots:
|
|||
Q_INVOKABLE int getJointParent(const QUuid& entityID, int index);
|
||||
|
||||
/**jsdoc
|
||||
* Gets the translation of a joint in a {@link Entities.EntityProperties-Model|Model} entity relative to the entity's
|
||||
* Gets the rotation of a joint in a {@link Entities.EntityProperties-Model|Model} entity relative to the entity's
|
||||
* position and orientation.
|
||||
* @function Entities.getAbsoluteJointRotationInObjectFrame
|
||||
* @param {Uuid} entityID - The ID of the entity.
|
||||
|
|
Loading…
Reference in a new issue