stator
A math, geometry, and utility library
List of all members
stator::geometry::InverseBall< Scalar, D > Class Template Reference

An inverse n-ball (an n-sphere including its exterior volume). More...

#include <sphere.hpp>

Inheritance diagram for stator::geometry::InverseBall< Scalar, D >:
stator::geometry::Ball< Scalar, D >

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 > &center=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...
 

Detailed Description

template<typename Scalar, size_t D>
class stator::geometry::InverseBall< Scalar, D >

See also
Ball

Definition at line 73 of file sphere.hpp.


The documentation for this class was generated from the following file: