[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Vertex class

Namespace:  Mogware.VisualStudio.ColladaNet.Geometry
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public Vertex(
	Vertex other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As Vertex _
)
Visual C++
public:
Vertex(
	Vertex^ other
)

Parameters

other
Type: Mogware.VisualStudio.ColladaNet.Geometry..::.Vertex

[Missing <param name="other"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Vertex.#ctor(Mogware.VisualStudio.ColladaNet.Geometry.Vertex)"]

See Also