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