Beispiel #1
0
 public int GetBodyTParentRef(int body_index, out Matrix3x3FloatData T)
 {
     return(UnsafeNativeMethodsInverseDynamics.MultiBodyTree_getBodyTParentRef(Native, body_index, out T));
 }