#include <walk_circle.h>

Definition at line 29 of file walk_circle.h.
Public Member Functions | |
| CircleWalk (Point2i c, double ra) | |
| bool | next () |
| void | rewind () |
| Point2i | getPoint () const |
| void | createCirclePoints () |
Data Fields | |
| std::vector< Point2i > | circlePoints |
| Point2i | center |
| int | radius |
Definition at line 24 of file walk_circle.cpp.
References center, createCirclePoints(), and radius.

| bool RDK2::Geometry::CircleWalk::next | ( | ) |
| void RDK2::Geometry::CircleWalk::rewind | ( | ) |
Definition at line 37 of file walk_circle.cpp.
References createCirclePoints(), and radius.

| Point2i RDK2::Geometry::CircleWalk::getPoint | ( | ) | const |
| void RDK2::Geometry::CircleWalk::createCirclePoints | ( | ) |
Definition at line 44 of file walk_circle.cpp.
References center, circlePoints, radius, RDK2::Geometry::Point2< Numeric >::x, and RDK2::Geometry::Point2< Numeric >::y.
Referenced by CircleWalk(), and rewind().
| std::vector<Point2i> RDK2::Geometry::CircleWalk::circlePoints |
Definition at line 41 of file walk_circle.h.
Referenced by createCirclePoints(), getPoint(), and next().
Definition at line 43 of file walk_circle.h.
Referenced by CircleWalk(), createCirclePoints(), and rewind().
1.5.6