C3DCamera::GetUpVector
Syntax:
GetUpVector(), VECTOR3
Purpose:
Returns the camera's up vector.
Parameters:
None
Returned value(s): A VECTOR3 UDT containing the camera's current up vector.
Example:
VECTOR3 v v = GetUpVector()