Struct representing a line. The line is parametrized by its center and direction vector. More...
#include <Line.h>
| Public Member Functions | |
| Line (float params[4]) | |
| Constructor.  More... | |
| Line () | |
| Public Attributes | |
| PointDouble | c | 
| Line center.  More... | |
| PointDouble | s | 
| Direction vector.  More... | |
Struct representing a line. The line is parametrized by its center and direction vector.
| alvar::Line::Line | ( | float | params[4] | ) | 
| PointDouble alvar::Line::c | 
| PointDouble alvar::Line::s |