#include <guunits/guunits.h>
#include <stdbool.h>
Go to the source code of this file.
◆ gu_relative_coordinate
A coordinate that is relative to some other coordinate.
This coordinate describes the distance and direction that one coordinate is from another. This means that the relative_coordinate is a polar coordinate in the form of phi, r where phi is the direction and r is the distance to the coordinate.
◆ gu_relative_coordinate_equals()
| bool gu_relative_coordinate_equals |
( |
const |
gu_relative_coordinate, |
|
|
const |
gu_relative_coordinate, |
|
|
const double |
|
|
) |
| const |