Struct Extent2D
Inherited by the following classes: Extent3D
Public Attributes
| Type | Name |
|---|---|
| double | maxx = -std::numeric\_limits<double>::infinity() |
| double | maxy = -std::numeric\_limits<double>::infinity() |
| double | minx = std::numeric\_limits<double>::infinity() |
| double | miny = std::numeric\_limits<double>::infinity() |
Public Functions
| Type | Name |
|---|---|
| double | area () const |
| bool | contains (double x, double y) const |
| void | grow (const Extent2D & other) |
| Extent2D | intersection (const Extent2D & other) const |
| bool | overlaps (const Extent2D & other) const |
Public Attributes Documentation
variable maxx
variable maxy
variable minx
variable miny
Public Functions Documentation
function area
function contains
function grow
function intersection
function overlaps
Friends Documentation
friend operator<<
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/utilities/coordinate.hpp