Click or drag to resize

AxisAlignedBoundingBox2 Constructor

Initializes a new instance of the AxisAlignedBoundingBox2 class. constructor.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public AxisAlignedBoundingBox2(
	Point2 lower,
	Point2 upper
)

Parameters

lower
Type: Karamba.GeometryPoint2
Lower left point of the bounding box.
upper
Type: Karamba.GeometryPoint2
Upper right point of the bounding box.
See Also