Click or drag to resize
AB4D logo

FreeCameraGetNormalizedUpDirection Method

GetNormalizedUpDirection returns the normalized UpDirection vector. If the vector that is set to the UpDirection property is not perpendicular to the look direction, the returned up direction is corrected to be perpendicular.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Vector3D GetNormalizedUpDirection()

Return Value

Vector3D
normalized UpDirection vector
See Also