Description
Views from a point to a direction. Sets the
camera's position and the direction vector indicating where the
camera is looking.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub ViewDirection( _
ByVal Axes As IAgCrdnAxes, _
ByVal CameraPosition As IAgCrdnPoint, _
ByVal Direction As IAgCrdnVector _
)
|