A Sandcastle Documented Class Library
ScaleTransformation Constructor (node, x, y, z)
NamespacesCollada.SceneScaleTransformationScaleTransformation(Node, Single, Single, Single)
Creates a new ScaleTransformation object
Declaration Syntax
C#Visual BasicVisual C++
public ScaleTransformation(
	Node node,
	float x,
	float y,
	float z
)
Public Sub New ( _
	node As Node, _
	x As Single, _
	y As Single, _
	z As Single _
)
public:
ScaleTransformation(
	Node^ node, 
	float x, 
	float y, 
	float z
)
Parameters
node (Node)
Node that this scale transformation will belong to
x (Single)
x scale
y (Single)
y scale
z (Single)
z scale

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