Click or drag to resize

GraphicsContext3DBaseRotateTransform Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.RotateTransform(System.Double,System.Double,System.Double)"]


Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void RotateTransform(
	double degreeX,
	double degreeY,
	double degreeZ
)

Parameters

degreeX  Double

[Missing <param name="degreeX"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.RotateTransform(System.Double,System.Double,System.Double)"]

degreeY  Double

[Missing <param name="degreeY"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.RotateTransform(System.Double,System.Double,System.Double)"]

degreeZ  Double

[Missing <param name="degreeZ"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.RotateTransform(System.Double,System.Double,System.Double)"]

Implements

IGraphicsContext3DRotateTransform(Double, Double, Double)
See Also