FBSkeletonState Class Reference
 
 
 
FBSkeletonState Class Reference

#include <mobu-python-api.h>


Class Description

Public Member Functions

def  __reduce__ ()
def  GetNodeMatrix ()
def  __init__ ()

Member Function Documentation

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.

Parameters:
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