Tatooine
Classes | Namespaces | Functions
ellipsoid.h File Reference

Go to the source code of this file.

Classes

struct  tatooine::geometry::ellipsoid< Real >
 

Namespaces

namespace  tatooine
 
namespace  tatooine::geometry
 
namespace  tatooine::reflection
 

Functions

 tatooine::geometry::ellipsoid () -> ellipsoid< real_type >
 
template<floating_point Real0, floating_point Real1, floating_point Real2>
 tatooine::geometry::ellipsoid (Real0, Real1, Real2) -> ellipsoid< common_type< Real0, Real1, Real2 > >
 
template<floating_point Real0, floating_point Real1, floating_point Real2>
 tatooine::geometry::ellipsoid (vec< Real0, 3 > &, vec< Real1, 3 > &, vec< Real2, 3 > &) -> ellipsoid< common_type< Real0, Real1, Real2 > >