geomc 1.0
A c++ linear algebra template library
|
This is the complete list of members for Ray< T, N >, including all inherited members.
at_distance(T d) const | Ray< T, N > | inline |
at_multiple(T s) const | Ray< T, N > | inline |
direction | Ray< T, N > | |
dist2(point_t p) const | Ray< T, N > | inline |
elem_t typedef | Dimensional< T, N > | |
N | Dimensional< T, N > | static |
operator*(const Isometry< T, N > &xf, const Ray< T, N > &ray) | Ray< T, N > | related |
operator*(const Ray< T, N > r, T s) | Ray< T, N > | related |
operator*(T s, const Ray< T, N > r) | Ray< T, N > | related |
operator*(const Rotation< T, N > &rot, Ray< T, N > ray) | Ray< T, N > | related |
operator*(const Similarity< T, N > &i, const Ray< T, N > &ray) | Ray< T, N > | related |
operator-() const | Ray< T, N > | inline |
operator/(const Ray< T, N > &ray, const Isometry< T, N > &xf) | Ray< T, N > | related |
operator/(Ray< T, N > ray, const Rotation< T, N > &rot) | Ray< T, N > | related |
operator/(const Ray< T, N > &ray, const Similarity< T, N > &i) | Ray< T, N > | related |
origin | Ray< T, N > | |
point_t typedef | Dimensional< T, N > | |
project(point_t p) const | Ray< T, N > | inline |
Ray() | Ray< T, N > | inline |
Ray(point_t o, point_t v) | Ray< T, N > | inline |
resized() const | Ray< T, N > | inline |
sdf(point_t p) const | Ray< T, N > | inline |