Click or drag to resize

LineD3DLineVectorNormalized Property

Gets the normalized vector from P0 to P1.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public VectorD3D LineVectorNormalized { get; }

Property Value

VectorD3D
The normalized vector from P0 to P1.
See Also