Click or drag to resize

RectangleD3D(Double, Double, Double, Double, Double, Double) 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(
	double posX,
	double posY,
	double posZ,
	double sizeX,
	double sizeY,
	double sizeZ
)

Parameters

posX  Double
The x-coordinate of the left side.
posY  Double
The y-coordinate of the top side.
posZ  Double
The z-coordinate of the front side.
sizeX  Double
The size in x-direction.
sizeY  Double
The size in y-direction.
sizeZ  Double
The size in z-direction.
See Also