Click or drag to resize

IGraphicsContext3DTranslateTransform(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#
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.
See Also