Views from a point to a direction. Sets the
camera's position and the direction vector indicating where the
camera is looking.
| [Visual Basic .NET] |
|---|
Public Sub ViewDirection( _
ByVal Axes As IAgCrdnAxes, _
ByVal CameraPosition As IAgCrdnPoint, _
ByVal Direction As IAgCrdnVector _
)
|
| [C#] |
|---|
public void ViewDirection(
|
| [Managed C++] |
|---|
public: void ViewDirection(
|
| [Java] |
|---|
public viewDirection(
|
| [Unmanaged C++] |
|---|
public: HRESULT ViewDirection(
|