Click or drag to resize

EdgeHelpersEdge Constructor

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Edge(
	int aV1,
	int aV2,
	int aIndex
)

Parameters

aV1
Type: SystemInt32

[Missing <param name="aV1"/> documentation for "M:BrydenWoodUnity.GeometryManipulation.EdgeHelpers.Edge.#ctor(System.Int32,System.Int32,System.Int32)"]

aV2
Type: SystemInt32

[Missing <param name="aV2"/> documentation for "M:BrydenWoodUnity.GeometryManipulation.EdgeHelpers.Edge.#ctor(System.Int32,System.Int32,System.Int32)"]

aIndex
Type: SystemInt32

[Missing <param name="aIndex"/> documentation for "M:BrydenWoodUnity.GeometryManipulation.EdgeHelpers.Edge.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also