stator
A math, geometry, and utility library
Classes | Namespaces | Functions
box.hpp File Reference
#include "stator/constants.hpp"
#include "stator/config.hpp"

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...