Click or drag to resize

RectangleTransformedD3D Constructor

Initializes a new instance of the RectangleTransformedD3D class.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public RectangleTransformedD3D(
	RectangleD3D rectangle,
	Matrix4x3 transformation
)

Parameters

rectangle  RectangleD3D
The rectangle in 3D space.
transformation  Matrix4x3
The transformation matrix to apply.
See Also