Click or drag to resize

IGraphicsContext3DPrependTransform Method

Prepends a transformation matrix.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void PrependTransform(
	Matrix4x3 m
)

Parameters

m  Matrix4x3
The transformation matrix to prepend.
See Also