|
Fawkes API
Fawkes Development Version
|
Point with cartesian coordinates as signed integers. More...
#include <types.h>
Public Member Functions | |
| point_struct () | |
| Default constructor. More... | |
| point_struct (int x, int y) | |
| Constructor. More... | |
Public Attributes | |
| int | x |
| x coordinate More... | |
| int | y |
| y coordinate More... | |
|
inline |
|
inline |
| int fawkes::point_struct::x |
x coordinate
Definition at line 43 of file types.h.
Referenced by fawkes::EscapePotentialFieldDriveModule::EscapePotentialFieldDriveModule(), fawkes::EscapePotentialFieldOmniDriveModule::EscapePotentialFieldOmniDriveModule(), firevision::PositionToPixel::get_pixel_position(), firevision::PositionToPixel::get_pixel_position_unchecked(), fawkes::LaserOccupancyGrid::LaserOccupancyGrid(), point_struct(), fawkes::LaserOccupancyGrid::set_base_offset(), fawkes::EscapePotentialFieldDriveModule::set_grid_information(), fawkes::EscapePotentialFieldOmniDriveModule::set_grid_information(), fawkes::AStarColli::solve(), fawkes::EscapePotentialFieldDriveModule::update(), fawkes::EscapePotentialFieldOmniDriveModule::update(), and fawkes::LaserOccupancyGrid::update_occ_grid().
| int fawkes::point_struct::y |
y coordinate
Definition at line 44 of file types.h.
Referenced by fawkes::EscapePotentialFieldDriveModule::EscapePotentialFieldDriveModule(), fawkes::EscapePotentialFieldOmniDriveModule::EscapePotentialFieldOmniDriveModule(), firevision::PositionToPixel::get_pixel_position(), firevision::PositionToPixel::get_pixel_position_unchecked(), fawkes::LaserOccupancyGrid::LaserOccupancyGrid(), point_struct(), fawkes::LaserOccupancyGrid::set_base_offset(), fawkes::EscapePotentialFieldDriveModule::set_grid_information(), fawkes::EscapePotentialFieldOmniDriveModule::set_grid_information(), fawkes::AStarColli::solve(), fawkes::EscapePotentialFieldDriveModule::update(), fawkes::EscapePotentialFieldOmniDriveModule::update(), and fawkes::LaserOccupancyGrid::update_occ_grid().