Public Member Functions | |
bool | TestSegment (float32 *lambda, b2Vec2 *normal, const b2Segment &segment, float32 maxLambda) const |
Ray cast against this segment with another segment. | |
Public Attributes | |
b2Vec2 | p1 |
the starting point | |
b2Vec2 | p2 |
the ending point |