
#include <hgeLine.h>

Public Member Functions | |
| hgeVector | NearestPoint (hgeVector point) |
| hgeIntersect | Intersects (hgeLine *line) |
| hgeIntersect | Intersects (hgeLine line) |
| hgeIntersect | Intersects (hgeVector pos1, hgeVector pos2) |
| hgeIntersect | Intersects (hgeCircle *circle) |
| hgeIntersect | Intersects (hgeCircle circle) |
| hgeRect | Rect () |
| float | Length () |
| float | Angle () |
| hgeLine (hgeVector m_p1, hgeVector m_p2) | |
| hgeLine (float m_p1x, float m_p1y, float m_p2x, float m_p2y) | |
Public Attributes | |
| hgeVector | p1 |
| hgeVector | p2 |
1.5.8