Interface IVertex
An interface for a structure with nD position.
Namespace: NWH.DWP2.MiConvexHull
Assembly: NWH.DWP2.dll
Syntax
public interface IVertex
Properties
| Edit this page View SourcePosition
Position of the vertex.
Declaration
double[] Position { get; }
Property Value
| Type | Description |
|---|---|
| double[] | The position. |