RwGetCameraLookRight(RwCamera *camera, RwV3d *vector);
Description
Retrieves the cameras "Look Right" (or U) vector.
Arguments
camera Pointer to the camera.
vector Pointer to the vector that will receive the "Look Right" vector.
Return Value
The argument vector if successful, and NULL otherwise.
See Also