PolylineMath3DGetWestNorthVectors(VectorD3D) 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(
VectorD3D forward
)
Parameters
- forward VectorD3D
- The line forward vector. Not required to be normalized.
Return Value
TupleVectorD3D,
VectorD3DThe west and the north vector (Item1=west vector, Item2 = north vector).
See Also