Click or drag to resize

LineD3DVector Property

Gets the vector from P0 to P1.

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

Property Value

VectorD3D
The vector from P0 to P1.
See Also