#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