PolylineMath3DGetWestAndNorthVectorsForPreviousSegment Method |
Calculates the west and north vectors for the previous segment.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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