Fix typo in Entities.getAbsoluteJointRotationInObjectFrame() JSDoc

This commit is contained in:
David Rowe 2019-09-04 21:05:36 +12:00
parent 5624ba6e14
commit 4e274347b4

View file

@ -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.