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

Initializes a new instance of the Matrix class

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

Syntax

C#
public Matrix(
	List<Object> elements
)
Visual Basic (Declaration)
Public Sub New ( _
	elements As List(Of Object) _
)
Visual C++
public:
Matrix(
	List<Object^>^ elements
)

Parameters

elements
Type: System.Collections.Generic..::.List<(Of <(Object>)>)

[Missing <param name="elements"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Matrix.#ctor(System.Collections.Generic.List{System.Object})"]

See Also