#include <geometry.h>

Definition at line 154 of file geometry.h.
Public Member Functions | |
| Vector (const struct Point &s, const struct Point &e) | |
| Vector (const struct Point &s, double angle) | |
| Vector (const struct Position &p) | |
| Vector (const Vector &rhs) | |
| Vector & | operator= (const Vector &rhs) |
| bool | Intersect (const Vector &, struct Point &) const |
| bool | IsVertical () const |
| bool | IsHorizontal () const |
| double | Y0 () const |
Public Attributes | |
| struct Point | begin |
| double | direction |
Definition at line 165 of file geometry.h.
| bool IsVertical | ( | ) | const |
| bool IsHorizontal | ( | ) | const |
| double Y0 | ( | ) | const |
| double direction |
1.5.4