#include <GteLine.h>
Public Member Functions | |
| Line () | |
| Line (Vector< N, Real > const &inOrigin, Vector< N, Real > const &inDirection) | |
| bool | operator!= (Line const &line) const |
| bool | operator< (Line const &line) const |
| bool | operator<= (Line const &line) const |
| bool | operator== (Line const &line) const |
| bool | operator> (Line const &line) const |
| bool | operator>= (Line const &line) const |
Public Attributes | |
| Vector< N, Real > | direction |
| Vector< N, Real > | origin |