34 template<
typename Scalar,
size_t D>
57 template<
typename Scalar,
size_t D>
60 template<
typename Scalar,
size_t D>
auto area(const Obj &)
Compute a Hausdorf measure of the boundary/boundaries of an object.
auto volume(const Obj &)
Compute a Hausdorf measure of the interior of an object.
Fundamental typedef's and macros for stator.
Point()
Default constructor.
Point(const Vector< Scalar, D > ¢er=Vector< Scalar, D >::Zero().eval())
RAII constructor.
The stator library namespace.
const Vector< Scalar, D > & center() const
Get function for the point's location.
Vector< Scalar, D > center_
Center of the ball.
Matrix< Scalar, D, 1 > Vector
A convenience typedef for a non-aligned Eigen Vector.