A Sandcastle Documented Class Library
RotationTransformation Constructor (node, x, y, z, angle)
NamespacesCollada.SceneRotationTransformationRotationTransformation(Node, Single, Single, Single, Single)
Creates a new RotationTransformation object
Declaration Syntax
C#Visual BasicVisual C++
public RotationTransformation(
	Node node,
	float x,
	float y,
	float z,
	float angle
)
Public Sub New ( _
	node As Node, _
	x As Single, _
	y As Single, _
	z As Single, _
	angle As Single _
)
public:
RotationTransformation(
	Node^ node, 
	float x, 
	float y, 
	float z, 
	float angle
)
Parameters
node (Node)
Node that the transformation will belong to
x (Single)
X component of the axis of rotation
y (Single)
Y component of the axis of rotation
z (Single)
Z component of the axis of rotation
angle (Single)
Angle of rotation

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