<Code Lib>
2027 Constructor
Changes 0
C

ViewOrientation3D()

Description:
Constructs a new ViewOrientation3D using the input eye position, up and forward directions.

public ViewOrientation3D(
	XYZ eyePosition,
	XYZ upDirection,
	XYZ forwardDirection
)

  • eyePosition
    The eye position
  • upDirection
    The up direction. This vector will be normalized. Up direction must be perpendicular to the forward direction.
  • forwardDirection
    The forward direction. This vector will be normalized. Forward direction must be perpendicular to the up direction.

Loading…