Click or drag to resize

CameraBaseTargetToEyeVectorNormalized Property

Gets the normalized eye vector, i.e. the vector pointing from target to the camera eye.

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

Property Value

VectorD3D
The normalized eye vector.
See Also