geomc 1.0
A c++ linear algebra template library
Loading...
Searching...
No Matches
Sphere< T, N > Member List

This is the complete list of members for Sphere< T, N >, including all inherited members.

admits_cusps() (defined in Sphere< T, N >)Sphere< T, N >inlinestatic
bounds() const (defined in Sphere< T, N >)Sphere< T, N >inline
centerSphere< T, N >
Circle typedefSphere< T, N >related
clip(point_t p) const (defined in Sphere< T, N >)Sphere< T, N >inline
contains(point_t p) constSphere< T, N >inline
convex_support(point_t d) const (defined in Sphere< T, N >)Sphere< T, N >inline
elem_t typedefDimensional< T, N >
intersect(const Ray< T, N > &ray) constSphere< T, N >inline
intersects(Sphere s) constSphere< T, N >inline
intersects(const Rect< T, N > &rect) const (defined in Sphere< T, N >)Sphere< T, N >inline
intersects(const Shape &other) const (defined in Sphere< T, N >)Sphere< T, N >inline
measure_boundary() constSphere< T, N >inline
measure_interior() constSphere< T, N >inline
NDimensional< T, N >static
normal(point_t p) constSphere< T, N >inline
operator==(const Sphere &other) const (defined in Sphere< T, N >)Sphere< T, N >inline
point_t typedefDimensional< T, N >
project(point_t p) constSphere< T, N >inline
radiusSphere< T, N >
sdf(point_t p) constSphere< T, N >inline
Sphere()Sphere< T, N >inline
Sphere(T r)Sphere< T, N >inline
Sphere(const point_t &c, T r)Sphere< T, N >inline