Click or drag to resize

GraphicsContext3DBaseTransformation Property

Gets the current transformation matrix.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract Matrix4x3 Transformation { get; }

Property Value

Matrix4x3

Implements

ITransformationContextTransformation
See Also