PolylineMath3DGetWestNorthVectors(LineD3D) Method |
Gets the west and north vector for a single straight line.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Tuple<VectorD3D, VectorD3D> GetWestNorthVectors(
LineD3D line
)
Parameters
- line LineD3D
- The line.
Return Value
TupleVectorD3D,
VectorD3DThe west and the north vector (Item1=west vector, Item2 = north vector).
See Also