Click or drag to resize

PolylineMath3DGetWestNorthVectorAtStart Method

[Missing <summary> documentation for "M:Altaxo.Geometry.PolylineMath3D.GetWestNorthVectorAtStart(System.Collections.Generic.IEnumerable{Altaxo.Geometry.PointD3D})"]


Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PolylinePointD3D GetWestNorthVectorAtStart(
	IEnumerable<PointD3D> linePoints
)

Parameters

linePoints  IEnumerablePointD3D

[Missing <param name="linePoints"/> documentation for "M:Altaxo.Geometry.PolylineMath3D.GetWestNorthVectorAtStart(System.Collections.Generic.IEnumerable{Altaxo.Geometry.PointD3D})"]

Return Value

PolylinePointD3D

[Missing <returns> documentation for "M:Altaxo.Geometry.PolylineMath3D.GetWestNorthVectorAtStart(System.Collections.Generic.IEnumerable{Altaxo.Geometry.PointD3D})"]

See Also