#include <walk_line.h>

Definition at line 33 of file walk_line.h.
Public Member Functions | |
| Line2 () | |
| Line2 (Numeric x0, Numeric y0, Numeric x1, Numeric y1) | |
| Line2 (Point2< Numeric > p0, Point2< Numeric > p1) | |
Data Fields | |
| Point2< Numeric > | p0 |
| Point2< Numeric > | p1 |
| RDK2::Geometry::Line2< Numeric >::Line2 | ( | ) | [inline] |
Definition at line 35 of file walk_line.h.
| RDK2::Geometry::Line2< Numeric >::Line2 | ( | Numeric | x0, | |
| Numeric | y0, | |||
| Numeric | x1, | |||
| Numeric | y1 | |||
| ) | [inline] |
Definition at line 36 of file walk_line.h.
| RDK2::Geometry::Line2< Numeric >::Line2 | ( | Point2< Numeric > | p0, | |
| Point2< Numeric > | p1 | |||
| ) | [inline] |
Definition at line 37 of file walk_line.h.
| Point2<Numeric> RDK2::Geometry::Line2< Numeric >::p0 |
Definition at line 39 of file walk_line.h.
| Point2<Numeric> RDK2::Geometry::Line2< Numeric >::p1 |
Definition at line 39 of file walk_line.h.
1.5.6