geomc 1.0
A c++ linear algebra template library
|
This is the complete list of members for Plane< T, N >, including all inherited members.
apply(const AffineTransform< T, N > &xf) | Plane< T, N > | inline |
apply_inverse(const AffineTransform< T, N > &xf) | Plane< T, N > | inline |
contains(const Vec< T, N > p) const | Plane< T, N > | inline |
contains(const ConvexShape &shape) const | Plane< T, N > | inline |
d | Plane< T, N > | |
distance(const Vec< T, N > p) const | Plane< T, N > | inline |
from_basis(const Vec< T, N > bases[N-1]) | Plane< T, N > | inlinestatic |
from_basis(const Vec< T, N > bases[N-1], Vec< T, N > p) | Plane< T, N > | inlinestatic |
from_simplex(const Vec< T, N > points[N]) | Plane< T, N > | inlinestatic |
intersects(const ConvexShape &shape) const | Plane< T, N > | inline |
intersects(const Sphere< T, N > &s) const | Plane< T, N > | inline |
intersects(const Vec< T, N > *hull, index_t npts) const | Plane< T, N > | inline |
normal | Plane< T, N > | |
operator* | Plane< T, N > | friend |
operator*=(const AffineTransform< T, N > &tx) | Plane< T, N > | inline |
operator/ | Plane< T, N > | friend |
operator/=(const AffineTransform< T, N > &tx) | Plane< T, N > | inline |
origin() const | Plane< T, N > | inline |
Plane() | Plane< T, N > | inline |
Plane(Vec< T, N > n) | Plane< T, N > | inline |
Plane(Vec< T, N > n, Vec< T, N > pt) | Plane< T, N > | inline |
project(Vec< T, N > p) const | Plane< T, N > | inline |
sdf(Vec< T, N > p) const | Plane< T, N > | inline |