HOG2
|
** More...
#include <GLUtil.h>
Public Member Functions | |
line2d () | |
line2d (recVec a, recVec b) | |
bool | crosses (line2d which) const |
Public Attributes | |
recVec | start |
recVec | end |
bool line2d::crosses | ( | line2d | which | ) | const |
Definition at line 61 of file GLUtil.cpp.
References a1, a2, end, fastCrossTest(), fequal(), fgreater(), fless(), start, recVec::x, and recVec::y.
recVec line2d::end |
Definition at line 161 of file GLUtil.h.
Referenced by ConfigEnvironment::ApplyAction(), crosses(), ConfigEnvironment::DrawLine(), RoboticArm::DrawLine(), ConfigEnvironment::GCost(), ConfigEnvironment::GetActionHash(), ConfigEnvironment::GetNextState(), and ConfigEnvironment::InvertAction().
recVec line2d::start |
Definition at line 160 of file GLUtil.h.
Referenced by crosses(), ConfigEnvironment::DrawLine(), RoboticArm::DrawLine(), ConfigEnvironment::GetActionHash(), and ConfigEnvironment::InvertAction().