| PolylineMath3DGetWestAndNorthVectorsForPreviousSegment Method | 
            Calculates the west and north vectors for the previous segment.
            
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic static void GetWestAndNorthVectorsForPreviousSegment(
	VectorD3D previousSegment,
	VectorD3D nextSegment,
	ref VectorD3D westVector,
	ref VectorD3D northVector
)
Parameters
- previousSegment  VectorD3D
- The previous segment. Required to be normalized!
- nextSegment  VectorD3D
- The next segment. Required to be normalized!
- westVector  VectorD3D
- The west vector of the next (!) segment. At return, this will be the west vector of the previous segment.
- northVector  VectorD3D
- The north vector of the next (!) segment. At return, this will be the west vector of the previous segment.
 See Also
See Also