Box

A simple struct representing a box. Used for Extents.

Constructors

this
this(Point!double point1, Point!double point2)
this
this(double x1, double y1, double x2, double y2)

Members

Variables

point1
Point!double point1;

Top-left point

point2
Point!double point2;

Bottom-right point

Meta