A Sandcastle Documented Class Library
TranslationTransformation Constructor (node, x, y, z)
NamespacesCollada.SceneTranslationTransformationTranslationTransformation(Node, Single, Single, Single)
Creates a new TranslationTransformation object
Declaration Syntax
C#Visual BasicVisual C++
public TranslationTransformation(
	Node node,
	float x,
	float y,
	float z
)
Public Sub New ( _
	node As Node, _
	x As Single, _
	y As Single, _
	z As Single _
)
public:
TranslationTransformation(
	Node^ node, 
	float x, 
	float y, 
	float z
)
Parameters
node (Node)
Node that the Translation will belong to
x (Single)
X translation
y (Single)
Y translation
z (Single)
Z translation

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