Click or drag to resize

RectangleD3D(PointD3D, VectorD3D) Constructor

Initializes a new instance of the RectangleD3D class

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

Parameters

position  PointD3D

[Missing <param name="position"/> documentation for "M:Altaxo.Geometry.RectangleD3D.#ctor(Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D)"]

size  VectorD3D

[Missing <param name="size"/> documentation for "M:Altaxo.Geometry.RectangleD3D.#ctor(Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D)"]

See Also