IGraphicsContext3DTranslateTransform(Double, Double, Double) Method |
Applies a translation.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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.
See Also