Public Member Functions | |
LineSegment (Point2D< float > inP1, Point2D< float > inP2) | |
double | distance (const LineSegment &line) |
double | colorDist (const LineSegment &line) |
LineSegment & | operator= (const LineSegment &line) |
Public Attributes | |
Point2D< float > | p1 |
Point2D< float > | p2 |
float | width |
float | length |
float | ori |
int | color |
Point2D< float > | center |
std::vector< float > | side1Color |
std::vector< float > | side2Color |
float | prob |
float | strength |
Definition at line 337 of file V2.H.