Click or drag to resize

PFVertex Constructor (Int32, Double, Double, Double)

Initializes a new instance of the PFVertex class

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public PFVertex(
	int id,
	double x,
	double y,
	double z
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:PolyFramework.PFVertex.#ctor(System.Int32,System.Double,System.Double,System.Double)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:PolyFramework.PFVertex.#ctor(System.Int32,System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:PolyFramework.PFVertex.#ctor(System.Int32,System.Double,System.Double,System.Double)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:PolyFramework.PFVertex.#ctor(System.Int32,System.Double,System.Double,System.Double)"]

See Also