Click or drag to resize

RectangularObjectOutlineWithAdditionalTransformation Method

Returns a new RectangularObjectOutline object, at wich the provided transformation is appended. Thus, when having a RectangularObjectOutline in object coordinates, by calling this function with the current localToWorldTransformation, one gets a RectangularObjectOutline in world coordinates.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangularObjectOutline WithAdditionalTransformation(
	Matrix4x3 transformation
)

Parameters

transformation  Matrix4x3
The transformation to append.

Return Value

RectangularObjectOutline
New RectangularObjectOutline object with the provided transformation appended.
See Also