Method UsdSkelMakeTransforms
UsdSkelMakeTransforms(SWIGTYPE_p_TfSpanT_GfVec3f_const_t, SWIGTYPE_p_TfSpanT_GfQuatf_const_t, SWIGTYPE_p_TfSpanT_GfVec3h_const_t, SWIGTYPE_p_TfSpanT_GfMatrix4d_t)
Declaration
public static bool UsdSkelMakeTransforms(SWIGTYPE_p_TfSpanT_GfVec3f_const_t translations, SWIGTYPE_p_TfSpanT_GfQuatf_const_t rotations, SWIGTYPE_p_TfSpanT_GfVec3h_const_t scales, SWIGTYPE_p_TfSpanT_GfMatrix4d_t xforms)
Parameters
Type | Name | Description |
---|---|---|
SWIGTYPE_p_TfSpanT_GfVec3f_const_t | translations | |
SWIGTYPE_p_TfSpanT_GfQuatf_const_t | rotations | |
SWIGTYPE_p_TfSpanT_GfVec3h_const_t | scales | |
SWIGTYPE_p_TfSpanT_GfMatrix4d_t | xforms |
Returns
Type | Description |
---|---|
bool |
UsdSkelMakeTransforms(SWIGTYPE_p_TfSpanT_GfVec3f_const_t, SWIGTYPE_p_TfSpanT_GfQuatf_const_t, SWIGTYPE_p_TfSpanT_GfVec3h_const_t, SWIGTYPE_p_TfSpanT_GfMatrix4f_t)
Declaration
public static bool UsdSkelMakeTransforms(SWIGTYPE_p_TfSpanT_GfVec3f_const_t translations, SWIGTYPE_p_TfSpanT_GfQuatf_const_t rotations, SWIGTYPE_p_TfSpanT_GfVec3h_const_t scales, SWIGTYPE_p_TfSpanT_GfMatrix4f_t xforms)
Parameters
Type | Name | Description |
---|---|---|
SWIGTYPE_p_TfSpanT_GfVec3f_const_t | translations | |
SWIGTYPE_p_TfSpanT_GfQuatf_const_t | rotations | |
SWIGTYPE_p_TfSpanT_GfVec3h_const_t | scales | |
SWIGTYPE_p_TfSpanT_GfMatrix4f_t | xforms |
Returns
Type | Description |
---|---|
bool |
UsdSkelMakeTransforms(VtVec3fArray, VtQuatfArray, VtVec3hArray, VtMatrix4dArray)
Declaration
public static bool UsdSkelMakeTransforms(VtVec3fArray translations, VtQuatfArray rotations, VtVec3hArray scales, VtMatrix4dArray xforms)
Parameters
Type | Name | Description |
---|---|---|
VtVec3fArray | translations | |
VtQuatfArray | rotations | |
VtVec3hArray | scales | |
VtMatrix4dArray | xforms |
Returns
Type | Description |
---|---|
bool |
UsdSkelMakeTransforms(GfVec3f, GfQuatf, GfVec3h, GfMatrix4d, uint)
Declaration
public static bool UsdSkelMakeTransforms(GfVec3f translations, GfQuatf rotations, GfVec3h scales, GfMatrix4d xforms, uint count)
Parameters
Type | Name | Description |
---|---|---|
GfVec3f | translations | |
GfQuatf | rotations | |
GfVec3h | scales | |
GfMatrix4d | xforms | |
uint | count |
Returns
Type | Description |
---|---|
bool |