IGraphicsContext3DRotateTransform Method |
Applies a rotation.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid RotateTransform(
double degreeX,
double degreeY,
double degreeZ
)
Parameters
- degreeX Double
- The rotation around the x-axis, in degrees.
- degreeY Double
- The rotation around the y-axis, in degrees.
- degreeZ Double
- The rotation around the z-axis, in degrees.
See Also