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. | |
| Line () | |
Public Attributes | |
| PointDouble | c |
| Line center. | |
| PointDouble | s |
| Direction vector. | |
Struct representing a line. The line is parametrized by its center and direction vector.
| alvar::Line::Line | ( | float | params[4] | ) |
| alvar::Line::Line | ( | ) | [inline] |