|
using | value_type = Type |
|
using | vector_type = basic_vector3< value_type > |
|
|
| basic_volume (const vector_type &min, const vector_type &max) noexcept |
|
auto | min () const noexcept -> const vector_type & |
|
auto | max () const noexcept -> const vector_type & |
|
auto | center () const noexcept -> vector_type |
|
auto | corners () const noexcept -> std::array< math::vector3, 8u > |
|
auto | contains (const vector_type &point) const noexcept -> bool |
|
auto | contains (const basic_volume &other) const noexcept -> bool |
|
auto | intersects (const basic_volume &other) const noexcept -> bool |
|
auto | diagonal_length () const noexcept -> value_type |
|
The documentation for this class was generated from the following file: