Click or drag to resize

IGraphicsContext3DRotateTransform Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.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#
void RotateTransform(
	double degreeX,
	double degreeY,
	double degreeZ
)

Parameters

degreeX  Double

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

degreeY  Double

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

degreeZ  Double

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

See Also