GraphicBaseSetCoordinatesByAppendInverseTransformation Method |
Appends the inverse of a transformation to the current coordinates.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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