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