|
using | value_type = Type |
|
using | plane_type = basic_plane< value_type > |
|
using | volume_type = basic_volume< value_type > |
|
using | size_type = std::size_t |
|
|
| basic_box (const std::array< plane_type, 6u > &planes) noexcept |
|
| basic_box (std::array< plane_type, 6u > &&planes) noexcept |
|
auto | intersects (const volume_type &volume) const -> bool |
|
auto | planes () const noexcept -> const std::array< plane_type, 6u > & |
|
auto | plane (const size_type index) const noexcept -> const plane_type & |
|
The documentation for this class was generated from the following file: