|
sandbox
|
Public Types | |
| using | value_type = Type |
| using | vector_type = basic_vector3< value_type > |
Public Member Functions | |
| basic_sphere (const vector_type ¢er, const value_type radius) noexcept | |
| auto | center () const noexcept -> const vector_type & |
| auto | radius () const noexcept -> value_type |
Static Public Member Functions | |
| static auto | transformed (const basic_sphere &sphere, const math::matrix4x4 &matrix) -> basic_sphere |