|
MVE - Multi-View Environment mve-devel
|
Class that represents a line using a point and a vector. More...
#include <line.h>

Public Member Functions | |
| Line3 (math::Vector< T, 3 > const &d, math::Vector< T, 3 > const &p) | |
| Creates a line with normal n and distance d from the origin. | |
| Line3 (void) | |
| Creates an uninitialized line. | |
Public Attributes | |
| math::Vector< T, 3 > | d |
| math::Vector< T, 3 > | p |
Class that represents a line using a point and a vector.
The normal is expected to have unit length.
|
inline |
|
inline |
| math::Vector<T, 3> math::Line3< T >::d |
| math::Vector<T, 3> math::Line3< T >::p |