Click or drag to resize

GraphicBaseSetCoordinatesByAppendInverseTransformation Method

Appends the inverse of a transformation to the current coordinates.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void SetCoordinatesByAppendInverseTransformation(
	Matrix4x3 transform,
	EventFiring eventFiring
)

Parameters

transform  Matrix4x3
The transformation whose inverse is appended.
eventFiring  EventFiring
Controls whether change events are fired.
See Also