#include <Line.hpp>
| Public Member Functions | |
| Line () | |
| BaseVecT | project (const BaseVecT &other) const | 
| Projects the given point onto the line and returns the projection point.  More... | |
| Public Attributes | |
| Normal< typename BaseVecT::CoordType > | normal | 
| BaseVecT | pos | 
A Line.
A line represented by a normal and a position vector.
| 
 | inline | 
| BaseVecT lvr2::Line< BaseVecT >::project | ( | const BaseVecT & | other | ) | const | 
Projects the given point onto the line and returns the projection point.
| Normal<typename BaseVecT::CoordType> lvr2::Line< BaseVecT >::normal | 
| BaseVecT lvr2::Line< BaseVecT >::pos |