Fawkes API
Fawkes Development Version
|
Describes a field line. More...
#include <types.h>
Public Member Functions | |
field_line_struct (fawkes::cart_coord_2d_t start, fawkes::cart_coord_2d_t end) | |
Constructor. More... | |
field_line_struct (float start_x, float start_y, float end_x, float end_y) | |
Constructor. More... | |
Public Attributes | |
cart_coord_2d_t | start |
start of the line [m] More... | |
cart_coord_2d_t | end |
end of the line [m] More... | |
|
inline |
|
inline |
Constructor.
start_x | of the line |
start_y | of the line |
end_x | of the line |
end_y | of the line |
Definition at line 139 of file types.h.
References fawkes::cart_coord_2d_struct::x, and fawkes::cart_coord_2d_struct::y.
cart_coord_2d_t fawkes::field_line_struct::end |
cart_coord_2d_t fawkes::field_line_struct::start |