#include <guunits/guunits.h>
#include <stdbool.h>
#include "cartesian_coordinate.h"
Go to the source code of this file.
|
| struct | gu_field_coordinate |
| | A field_coordinate is a coordinate for an object that faces a certain direction (such as a robot) on the field. More...
|
| |
◆ gu_field_coordinate
A field_coordinate is a coordinate for an object that faces a certain direction (such as a robot) on the field.
The coordinate describes the location of the object on the field (with position) as well as the direction that the object is facing (with heading).
◆ gu_field_coordinate_equals()
| bool gu_field_coordinate_equals |
( |
const |
gu_field_coordinate, |
|
|
const |
gu_field_coordinate |
|
) |
| const |