|
stator
A math, geometry, and utility library
|
An axis-aligned box/block (including its interior volume). More...
#include <box.hpp>
Public Member Functions | |
| AABox (const Vector< Scalar, D > &max, const Vector< Scalar, D > &min) | |
| Vector< Scalar, D > | dimensions () const |
| const Vector< Scalar, D > & | max () const |
| const Vector< Scalar, D > & | min () const |
Protected Attributes | |
| Vector< Scalar, D > | max_ |
| Vector< Scalar, D > | min_ |
| Scalar | The scalar type used for computation of properties of the object. |
| D | The dimensionality of the ball. |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
1.8.13