Click or drag to resize

PolylineMath3DGetWestNorthVectors(VectorD3D) 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(
	VectorD3D forward
)

Parameters

forward  VectorD3D
The line forward vector. Not required to be normalized.

Return Value

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