Class DefaultVertex
"Default" vertex.
Implements
Namespace: NWH.DWP2.MiConvexHull
Assembly: NWH.DWP2.dll
Syntax
public class DefaultVertex : IVertex
Properties
| Edit this page View SourcePosition
Position of the vertex.
Declaration
public double[] Position { get; set; }
Property Value
| Type | Description |
|---|---|
| double[] | The position. |