ICrossSectionOfLineNormals Method |
Returns the normal at the specified index.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxVectorD2D Normals(
int i
)
Parameters
- i Int32
- The normal index.
Return Value
VectorD2DThe normal at the specified index.
See Also