Rotates the cube.
Namespace:
C1.Silverlight.LegacyAssembly: C1.Silverlight.Legacy (in C1.Silverlight.Legacy.dll)
Syntax
| C# |
|---|
public void Rotate( double rotationX, double rotationY, double rotationZ ) |
| Visual Basic |
|---|
Public Sub Rotate ( _ rotationX As Double, _ rotationY As Double, _ rotationZ As Double _ ) |
Parameters
- rotationX
- Type: System..::..Double
Rotation around the X axis.
- rotationY
- Type: System..::..Double
Rotation around the Y axis.
- rotationZ
- Type: System..::..Double
Rotation around the Z axis.
Remarks
The rotation is done around the X axis, then around the Y axis and finally around the Z axis.