Click or drag to resize

CameraBaseTargetToEyeVector Property

Gets the 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 TargetToEyeVector { get; }

Property Value

VectorD3D
The eye vector.
See Also