![]() |
RobWorkProject
23.9.11-
|
the point description of the contour More...
#include <Contour2D.hpp>
Public Member Functions | |
| Point () | |
| constructor | |
| Point (const rw::math::Vector2D<> &position, const rw::math::Vector2D<> &normal) | |
| constructor | |
| Point (const rw::math::Vector2D<> &position, double magnitude, double orientation) | |
| constructor More... | |
| const rw::math::Vector2D & | P () const |
| get position of this contour point | |
| rw::math::Vector2D & | P () |
| get position of this contour point | |
| const rw::math::Vector2D & | N () const |
| get normal of this contour point | |
| rw::math::Vector2D & | N () |
| get normal of this contour point | |
| const rw::math::Vector2D & | getDirection () const |
| void | setDirection (const rw::math::Vector2D<> &dir) |
the point description of the contour
|
inline |
constructor
| position | |
| magnitude | |
| orientation |
|
inline |
|
inline |