CameraBaseTargetToEyeVectorNormalized Property |
Gets the normalized eye vector, i.e. the vector pointing from target to the camera eye.
Namespace: Altaxo.Graph.Graph3D.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public VectorD3D TargetToEyeVectorNormalized { get; }
Property Value
VectorD3D
The normalized eye vector.
See Also