Method UsdSkelDecomposeTransforms
UsdSkelDecomposeTransforms(SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t, SWIGTYPE_p_TfSpanT_GfVec3f_t, SWIGTYPE_p_TfSpanT_GfQuatf_t, SWIGTYPE_p_TfSpanT_GfVec3h_t)
Declaration
public static bool UsdSkelDecomposeTransforms(SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t xforms, SWIGTYPE_p_TfSpanT_GfVec3f_t translations, SWIGTYPE_p_TfSpanT_GfQuatf_t rotations, SWIGTYPE_p_TfSpanT_GfVec3h_t scales)
Parameters
| Type | Name | Description |
|---|---|---|
| SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t | xforms | |
| SWIGTYPE_p_TfSpanT_GfVec3f_t | translations | |
| SWIGTYPE_p_TfSpanT_GfQuatf_t | rotations | |
| SWIGTYPE_p_TfSpanT_GfVec3h_t | scales |
Returns
| Type | Description |
|---|---|
| bool |
UsdSkelDecomposeTransforms(SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t, SWIGTYPE_p_TfSpanT_GfVec3f_t, SWIGTYPE_p_TfSpanT_GfQuatf_t, SWIGTYPE_p_TfSpanT_GfVec3h_t)
Declaration
public static bool UsdSkelDecomposeTransforms(SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t xforms, SWIGTYPE_p_TfSpanT_GfVec3f_t translations, SWIGTYPE_p_TfSpanT_GfQuatf_t rotations, SWIGTYPE_p_TfSpanT_GfVec3h_t scales)
Parameters
| Type | Name | Description |
|---|---|---|
| SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t | xforms | |
| SWIGTYPE_p_TfSpanT_GfVec3f_t | translations | |
| SWIGTYPE_p_TfSpanT_GfQuatf_t | rotations | |
| SWIGTYPE_p_TfSpanT_GfVec3h_t | scales |
Returns
| Type | Description |
|---|---|
| bool |
UsdSkelDecomposeTransforms(VtMatrix4dArray, VtVec3fArray, VtQuatfArray, VtVec3hArray)
Declaration
public static bool UsdSkelDecomposeTransforms(VtMatrix4dArray xforms, VtVec3fArray translations, VtQuatfArray rotations, VtVec3hArray scales)
Parameters
| Type | Name | Description |
|---|---|---|
| VtMatrix4dArray | xforms | |
| VtVec3fArray | translations | |
| VtQuatfArray | rotations | |
| VtVec3hArray | scales |
Returns
| Type | Description |
|---|---|
| bool |
UsdSkelDecomposeTransforms(GfMatrix4d, GfVec3f, GfQuatf, GfVec3h, uint)
Declaration
public static bool UsdSkelDecomposeTransforms(GfMatrix4d xforms, GfVec3f translations, GfQuatf rotations, GfVec3h scales, uint count)
Parameters
| Type | Name | Description |
|---|---|---|
| GfMatrix4d | xforms | |
| GfVec3f | translations | |
| GfQuatf | rotations | |
| GfVec3h | scales | |
| uint | count |
Returns
| Type | Description |
|---|---|
| bool |