Click or drag to resize

ILineCapContourNormals Method

Returns the normal at index idx.

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

Parameters

idx  Int32
The index. The range is 0 .. NumberOfNormals - 1.

Return Value

VectorD2D
The normal at index idx.
See Also