Click or drag to resize

IGraphicsContext3DTranslateTransform(VectorD3D) 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(
	VectorD3D diff
)

Parameters

diff  VectorD3D
The translation vector.
See Also