Click or drag to resize

RectangularNormals Method

Returns the normal at the specified index.

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 i
)

Parameters

i  Int32
The normal index.

Return Value

VectorD2D
The normal at the specified index.

Implements

ICrossSectionOfLineNormals(Int32)
See Also