C3DCamera::GetDirection |
Top Previous Next |
Syntax:
GetDirection(), VECTOR3
Purpose: Returns the camera's direction vector.
Parameters:
Returned value(s): The direction the camera is facing in a VECTOR3 structure.
Example: VECTOR3 v
Additional Info: The returned vector is expressed in world space.
|