fawkes::cart_coord_2d_t Struct Reference
Cartesian coordinates. More...
#include <types.h>
Public Attributes | |
| float | x |
| x coordinate | |
| float | y |
| y coordinate | |
Detailed Description
Cartesian coordinates.
Definition at line 40 of file types.h.
Member Data Documentation
x coordinate
Definition at line 41 of file types.h.
Referenced by fawkes::arc_struct::arc_struct(), BackProjectionPositionModel::calc(), OmniGlobal::calc(), FieldLines::calc_offsets(), FieldDrawer::draw_field(), FieldDrawer::draw_line_points(), FieldDrawer::draw_lines(), fawkes::field_line_struct::field_line_struct(), FieldLines::FieldLines(), ProjectiveCam::get_GPA_image_coord(), and Bulb::getWorldPointGlobal().
y coordinate
Definition at line 42 of file types.h.
Referenced by fawkes::arc_struct::arc_struct(), BackProjectionPositionModel::calc(), OmniGlobal::calc(), FieldLines::calc_offsets(), FieldDrawer::draw_field(), FieldDrawer::draw_line_points(), FieldDrawer::draw_lines(), fawkes::field_line_struct::field_line_struct(), ProjectiveCam::get_GPA_image_coord(), and Bulb::getWorldPointGlobal().
The documentation for this struct was generated from the following file:
- src/libs/utils/math/types.h

