Method SetLookAt
SetLookAt(GfVec3d, GfVec3d, GfVec3d)
Declaration
public GfMatrix4d SetLookAt(GfVec3d eyePoint, GfVec3d centerPoint, GfVec3d upDirection)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec3d | eyePoint | |
| GfVec3d | centerPoint | |
| GfVec3d | upDirection |
Returns
| Type | Description |
|---|---|
| GfMatrix4d |
SetLookAt(GfVec3d, GfRotation)
Declaration
public GfMatrix4d SetLookAt(GfVec3d eyePoint, GfRotation orientation)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec3d | eyePoint | |
| GfRotation | orientation |
Returns
| Type | Description |
|---|---|
| GfMatrix4d |