Type Definition lowdim::BBox2d [−][src]
Expand description
A 2d bounding box.
Implementations
Constructs a bounding box from bounds.
As always, lower bounds are inclusive, upper bounds exclusive.
👎 Deprecated: Use x_start or x_min instead.
👎 Deprecated:
Use x_start or x_min instead.
Returns the lower bound in the x-coordinate (inclusive).
👎 Deprecated: Use x_end instead, or consider using x_max.
👎 Deprecated:
Use x_end instead, or consider using x_max.
Returns the upper bound in the x-coordinate (exclusive).
👎 Deprecated: Use y_start or y_min instead.
👎 Deprecated:
Use y_start or y_min instead.
Returns the lower bound in the y-coordinate (inclusive).
👎 Deprecated: Use y_end instead, or consider using y_max.
👎 Deprecated:
Use y_end instead, or consider using y_max.
Returns the upper bound in the y-coordinate (exclusive).
Returns true if the point is inside the bounding box.
Returns an iterator over the points in the bounding box.
Points are returned by row.