|
stator
A math, geometry, and utility library
|
An inverse n-ball (an n-sphere including its exterior volume). More...
#include <sphere.hpp>
Additional Inherited Members | |
Public Member Functions inherited from stator::geometry::Ball< Scalar, D > | |
| Ball () | |
| Default constructor. More... | |
| Ball (const Scalar &radius, const Vector< Scalar, D > ¢er=Vector< Scalar, D >::Zero().eval()) | |
| RAII constructor. More... | |
| const Vector< Scalar, D > & | center () const |
| Get function for the ball center. More... | |
| const Scalar & | radius () const |
| Get function for the ball radius. More... | |
Protected Attributes inherited from stator::geometry::Ball< Scalar, D > | |
| Vector< Scalar, D > | center_ |
| Center of the ball. More... | |
| Scalar | radius_ |
| Radius of the ball. More... | |
Definition at line 73 of file sphere.hpp.
1.8.13