|
stator
A math, geometry, and utility library
|
Go to the source code of this file.
Classes | |
| class | stator::geometry::AABox< Scalar, D > |
| An axis-aligned box/block (including its interior volume). More... | |
Namespaces | |
| stator | |
| The stator library namespace. | |
| stator::geometry | |
| Geometric types and algorithms for calculating properties (e.g., intersection, volume). | |
Functions | |
| template<typename Scalar , size_t D> | |
| Scalar | stator::geometry::area (const AABox< Scalar, D > &bb) |
| Calculate the surface area of an Axis-Aligned Box. More... | |
| template<typename Scalar , size_t D> | |
| Scalar | stator::geometry::volume (const AABox< Scalar, D > &bb) |
| Calculate the volume of an Axis-Aligned Box. More... | |
1.8.13