Method ToGfMatrix
ToGfMatrix(Transform)
Declaration
public static GfMatrix4d ToGfMatrix(Transform unityXf)
Parameters
Type | Name | Description |
---|---|---|
Transform | unityXf |
Returns
Type | Description |
---|---|
GfMatrix4d |
ToGfMatrix(Matrix4x4)
Declaration
public static GfMatrix4d ToGfMatrix(Matrix4x4 unityMat4)
Parameters
Type | Name | Description |
---|---|---|
Matrix4x4 | unityMat4 |
Returns
Type | Description |
---|---|
GfMatrix4d |