fawkes::field_line_struct Struct Reference
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. | |
| field_line_struct (float start_x, float start_y, float end_x, float end_y) | |
| Constructor. | |
Public Attributes | |
| cart_coord_2d_t | start |
| start of the line [m] | |
| cart_coord_2d_t | end |
| end of the line [m] | |
Detailed Description
Describes a field line.Definition at line 71 of file types.h.
Constructor & Destructor Documentation
| fawkes::field_line_struct::field_line_struct | ( | fawkes::cart_coord_2d_t | start, | |
| fawkes::cart_coord_2d_t | end | |||
| ) | [inline] |
| fawkes::field_line_struct::field_line_struct | ( | float | start_x, | |
| float | start_y, | |||
| float | end_x, | |||
| float | end_y | |||
| ) | [inline] |
Constructor.
- Parameters:
-
start_x of the line start_y of the line end_x of the line end_y of the line
Definition at line 93 of file types.h.
References end, start, fawkes::cart_coord_2d_t::x, and fawkes::cart_coord_2d_t::y.
Member Data Documentation
The documentation for this struct was generated from the following file:
- src/libs/utils/math/types.h

