Click or drag to resize

PolylineMath3DGetWestNorthVectors(LineD3D) Method

Gets the west and north vector for a single straight line.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Tuple<VectorD3D, VectorD3D> GetWestNorthVectors(
	LineD3D line
)

Parameters

line  LineD3D
The line.

Return Value

TupleVectorD3D, VectorD3D
The west and the north vector (Item1=west vector, Item2 = north vector).
See Also