#include <mobu-python-api.h>
Public Member Functions | |
__reduce__ () | |
GetNodeMatrix (FBSkeletonState arg1, FBSkeletonNodeId arg2, FBMatrix arg3) | |
Returned global matrix associated to the given Index. More... | |
__init__ (...) | |
__init__ | ( | ... | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
__reduce__ | ( | ) |
GetNodeMatrix | ( | FBSkeletonState | arg1, |
FBSkeletonNodeId | arg2, | ||
FBMatrix | arg3 | ||
) |
Returned global matrix associated to the given Index.
Python Docstring:
GetNodeMatrix( (FBSkeletonState)arg1, (FBSkeletonNodeId)arg2, (FBMatrix)arg3) -> None
C++ Signature:
void GetNodeMatrix(FBSkeletonNodeId pSkeletonId, ORSDK2018::FBMatrix & pSkeletonGlobalMatrix)
pSkeletonId | Index of the skeleton Node |
pSkeletonGlobalMatrix | returned global matrix of the index Given |