Method SetTransform
SetTransform(GfRotation, GfVec3f)
Declaration
public GfMatrix4f SetTransform(GfRotation rotate, GfVec3f translate)
Parameters
| Type | Name | Description |
|---|---|---|
| GfRotation | rotate | |
| GfVec3f | translate |
Returns
| Type | Description |
|---|---|
| GfMatrix4f |
SetTransform(GfMatrix3f, GfVec3f)
Declaration
public GfMatrix4f SetTransform(GfMatrix3f rotmx, GfVec3f translate)
Parameters
| Type | Name | Description |
|---|---|---|
| GfMatrix3f | rotmx | |
| GfVec3f | translate |
Returns
| Type | Description |
|---|---|
| GfMatrix4f |