Joint handler class.
More...
#include <JointHandler.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
Returns whether or not this joint is user controlled.
- Returns:
- 'true' if this joint is user controlled, else 'false'
Sets whether or not this joint is user controlled.
- Parameters:
-
[in] | bUserControlled | 'true' if this joint is user controlled, else 'false' |
- See also:
-
Calculates the current absolute translation and rotation states and the transform joint matrix.
- Parameters:
-
[in] | pJointHandler | Parent joint of this joint, if a null pointer there's no parent joint |
- Returns:
- 'true' if all went fine, else 'false' (maybe the handler has no joint or the given parent joint is invalid)
Copy operator.
- Parameters:
-
[in] | cSource | Source to copy from |
- Returns:
- This joint state
PLMESH_API bool PLMesh::JointHandler::operator== |
( |
const JointHandler & |
cJointHandler | ) |
const |
Compares two joint handlers.
- Parameters:
-
[in] | cJointHandler | Joint handler to compare with |
- Returns:
- 'true' if both joint handler are equal, else 'false'
The documentation for this class was generated from the following file: