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

Initializes a new instance of the ScaleTransformation class

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

Syntax

C#
public ScaleTransformation(
	Node node,
	float x,
	float y,
	float z
)
Visual Basic (Declaration)
Public Sub New ( _
	node As Node, _
	x As Single, _
	y As Single, _
	z As Single _
)
Visual C++
public:
ScaleTransformation(
	Node^ node, 
	float x, 
	float y, 
	float z
)

Parameters

node
Type: Mogware.VisualStudio.ColladaNet.Scene..::.Node

[Missing <param name="node"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Scene.ScaleTransformation.#ctor(Mogware.VisualStudio.ColladaNet.Scene.Node,System.Single,System.Single,System.Single)"]

x
Type: System..::.Single

[Missing <param name="x"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Scene.ScaleTransformation.#ctor(Mogware.VisualStudio.ColladaNet.Scene.Node,System.Single,System.Single,System.Single)"]

y
Type: System..::.Single

[Missing <param name="y"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Scene.ScaleTransformation.#ctor(Mogware.VisualStudio.ColladaNet.Scene.Node,System.Single,System.Single,System.Single)"]

z
Type: System..::.Single

[Missing <param name="z"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Scene.ScaleTransformation.#ctor(Mogware.VisualStudio.ColladaNet.Scene.Node,System.Single,System.Single,System.Single)"]

See Also