Click or drag to resize

CameraBaseRightVectorPerpendicularToEyeVectorNormalized Property

Gets the normalized right vector, that is made perpendicular to the eye vector.

Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorD3D RightVectorPerpendicularToEyeVectorNormalized { get; }

Property Value

VectorD3D
The normalized right vector perpendicular to eye vector.
See Also