Click or drag to resize

Vertex Constructor

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
)

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