Click or drag to resize

GraphicBaseSetCoordinatesByAppendTransformation Method

Appends 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 SetCoordinatesByAppendTransformation(
	Matrix4x3 transform,
	EventFiring eventFiring
)

Parameters

transform  Matrix4x3
The transformation to append.
eventFiring  EventFiring
Controls whether change events are fired.
See Also