Click or drag to resize

ITransformationContext Interface

Provides transformation information for a 3D graphics context.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ITransformationContext

The ITransformationContext type exposes the following members.

Properties
 NameDescription
Public propertyTransformation Gets the current transformation matrix.
Public propertyTransposedInverseTransformation Gets the transposed inverse transformation matrix.
Top
See Also