ViewOrientation3D
Description:
Constructs a new ViewOrientation3D using the input eye position, up and forward directions.
Constructs a new ViewOrientation3D using the input eye position, up and forward directions.
public ViewOrientation3D(
XYZ eyePosition,
XYZ upDirection,
XYZ forwardDirection
)
-
One or both of the input vectors cannot be normalized.
-
A non-optional argument was null
-
upDirection has zero length. -or- forwardDirection has zero length.
-
The vectors upDirection and forwardDirection are not perpendicular.