Click or drag to resize

PolylineMath3DGetWestAndNorthVectorsForNextSegment Method

Calculates the west and north vectors for the next segment.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void GetWestAndNorthVectorsForNextSegment(
	VectorD3D nextSegment,
	VectorD3D previousSegment,
	ref VectorD3D westVector,
	ref VectorD3D northVector
)

Parameters

nextSegment  VectorD3D
The next segment. Required to be normalized!
previousSegment  VectorD3D
The previous segment. Required to be normalized!
westVector  VectorD3D
The west vector of the previous segment. At return, this will be the west vector of the next segment.
northVector  VectorD3D
The north vector of the previous segment. At return, this will be the west vector of the next segment.
See Also