CrossSectionOfLineNormals Method |
Gets the specified normal vector.
Namespace: Altaxo.Drawing.D3D.CrossSectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic VectorD2D Normals(
int idx
)
Parameters
- idx Int32
- The normal index.
Return Value
VectorD2DThe normal vector at the specified index.
See Also