ILNumerics Ultimate VS

CameraPosition Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Get/set camera position, absolute cartesian coordinates

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public Vector3 Position { get; set; }

Property Value

Type: Vector3
Remarks

Keep in mind, the angle for phi points towards negative Y axis! The cartesian property Position handles the camera position in absolute world coordinates, while the polar coordinates (Rho, Phi, Distance) supress the camera position by means of coordinates relative to the LookAt point (i.e. usually the center of the viewing cube)!

[ILNumerics Visualization Engine]

See Also

Reference