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

Go to the source code of this file.

Classes

class  stator::geometry::Point< Scalar, D >
 A point. 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 Point< Scalar, D > &sphere)
 
template<typename Scalar , size_t D>
constexpr Scalar stator::geometry::volume (const Point< Scalar, D > &ball)