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
TranslateTransform Method
TranslateTransform(VectorD3D) Method
TranslateTransform(Double, Double, Double) Method
Graphics
Context
3DBase
Translate
Transform(Double, Double, Double) Method
Applies a translation.
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
TranslateTransform
(
double
x
,
double
y
,
double
z
)
Parameters
x
Double
The translation in x-direction.
y
Double
The translation in y-direction.
z
Double
The translation in z-direction.
Implements
IGraphicsContext3D
TranslateTransform(Double, Double, Double)
See Also
Reference
GraphicsContext3DBase Class
TranslateTransform Overload
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