object BoundingBox
- Companion:
- class
Type members
Value members
Concrete methods
Produces a bounding box that could include all of the vertices. Since the contains
methods right and bottom
checks are < not <= (to allow bounds to sit next to each other with no overlap), a small fixed margin of 0.001 is
add to the size values.
Produces a bounding box that could include all of the vertices. Since the contains
methods right and bottom
checks are < not <= (to allow bounds to sit next to each other with no overlap), a small fixed margin of 0.001 is
add to the size values.