Method SetTransform
SetTransform(GfRotation, GfVec3d)
Declaration
public GfMatrix4d SetTransform(GfRotation rotate, GfVec3d translate)
Parameters
| Type | Name | Description |
|---|---|---|
| GfRotation | rotate | |
| GfVec3d | translate |
Returns
| Type | Description |
|---|---|
| GfMatrix4d |
SetTransform(GfMatrix3d, GfVec3d)
Declaration
public GfMatrix4d SetTransform(GfMatrix3d rotmx, GfVec3d translate)
Parameters
| Type | Name | Description |
|---|---|---|
| GfMatrix3d | rotmx | |
| GfVec3d | translate |
Returns
| Type | Description |
|---|---|
| GfMatrix4d |