#include <LineSeg.h>
Public Member Functions | |
| LineSeg () | |
| LineSeg (float x0, float y0, float x1, float y1, float theta, float grad_mean) | |
| Constructor. | |
| ~LineSeg () | |
Public Attributes | |
| float | _x0 |
| float | _y0 |
| float | _x1 |
| float | _y1 |
| float | _theta |
| float | _grad_mean |
| LineSeg::LineSeg | ( | float | x0, |
| float | y0, | ||
| float | x1, | ||
| float | y1, | ||
| float | theta, | ||
| float | grad_mean | ||
| ) |
Constructor.
Definition at line 9 of file LineSeg.cxx.
| float LineSeg::_grad_mean |
| float LineSeg::_theta |
| float LineSeg::_x0 |
| float LineSeg::_x1 |
| float LineSeg::_y0 |
| float LineSeg::_y1 |
1.7.5.1