A Sandcastle Documented Class Library
MatrixTransformation Constructor (node, m)
NamespacesCollada.SceneMatrixTransformationMatrixTransformation(Node, Matrix)
Creates a new MatrixTransformation object
Declaration Syntax
C#Visual BasicVisual C++
public MatrixTransformation(
	Node node,
	Matrix m
)
Public Sub New ( _
	node As Node, _
	m As Matrix _
)
public:
MatrixTransformation(
	Node^ node, 
	Matrix^ m
)
Parameters
node (Node)
Node to add the transformation to
m (Matrix)
Matrix to be used for this transformation

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)