Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Graph Namespaces
Altaxo.Graph.Graph3D.GraphicsContext
GraphicsContext3DBase Class
GraphicsContext3DBase Methods
DrawLine Method
DrawString Method
DrawTriangle Method
GetPositionIndexedTriangleBuffer Method
GetPositionNormalIndexedTriangleBuffer Method
GetPositionNormalIndexedTriangleBufferWithClipping Method
GetPositionNormalUIndexedTriangleBuffer Method
MeasureString Method
PrependTransform Method
RestoreGraphicsState Method
RotateTransform Method
SaveGraphicsState Method
TranslateTransform Method
Graphics
Context
3DBase
Rotate
Transform 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#
Copy
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
IGraphicsContext3D
RotateTransform(Double, Double, Double)
See Also
Reference
GraphicsContext3DBase Class
Altaxo.Graph.Graph3D.GraphicsContext Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net