Click or drag to resize

RectangleD3D(PointD3D, VectorD3D) Constructor

Initializes a new instance of the RectangleD3D struct.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleD3D(
	PointD3D position,
	VectorD3D size
)

Parameters

position  PointD3D
The position of the left-top-front corner.
size  VectorD3D
The size vector.
See Also