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 ViewDirectionWithUpAxis( _
ByVal Axes As IAgCrdnAxes, _
ByVal CameraPosition As IAgCrdnPoint, _
ByVal Direction As IAgCrdnVector, _
ByRef UpAxis As System.Array _
)
|
[C#] |
---|
public void ViewDirectionWithUpAxis(
|
[Managed C++] |
---|
public: void ViewDirectionWithUpAxis(
|
[Java] |
---|
public viewDirectionWithUpAxis(
|
[Unmanaged C++] |
---|
public: HRESULT ViewDirectionWithUpAxis(
|
Shows the format of
the Offset and UpAxis parameters when setting the camera's
reference point with an offset.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Offset and UpAxis parameters when setting the camera's
reference point with an offset.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|