Initializes a new instance of the
Vertex class
Namespace:
Delaunay
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Vertex(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
public:
Vertex(
float x,
float y
)
new :
x : float32 *
y : float32 -> Vertex
Parameters
- x
- Type: SystemSingle
[Missing <param name="x"/> documentation for "M:Delaunay.Vertex.#ctor(System.Single,System.Single)"]
- y
- Type: SystemSingle
[Missing <param name="y"/> documentation for "M:Delaunay.Vertex.#ctor(System.Single,System.Single)"]
See Also