Click or drag to resize

CrossSectionOfLineNormals Method

Gets the specified normal vector.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public VectorD2D Normals(
	int idx
)

Parameters

idx  Int32
The normal index.

Return Value

VectorD2D
The normal vector at the specified index.
See Also