C3DCamera::GetPosition

Top  Previous  Next

Syntax:

 

GetPosition(), VECTOR3

 

Purpose:

Returns the current position of the camera in world space.
 
Parameters:
None
 
Returned value(s):
A VECTOR3 UDT containing the camera's positions
 
Example:

VECTOR3 v
v = cam1.GetPosition()

 

See Also: