Click or drag to resize

GraphicsContext3DBaseRotateTransform Method

Applies a rotation.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract void 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.

Implements

IGraphicsContext3DRotateTransform(Double, Double, Double)
See Also