ModelView.Position

This page contains reference documentation for the Position member.

Declaration

Vec Position;

Examples

Examples are as follows:

// Reset the view position to the origin.
a_oTopView.Position.X = 0.0;
a_oTopView.Position.Y = 0.0;
a_oTopView.Position.Z = 0.0;

Working Sample Code

For sample code: