Cartesian coordinates (3D).
More...
#include <types.h>
List of all members.
Public Attributes |
float | x |
| x coordinate
|
float | y |
| y coordinate
|
float | z |
| z coordinate
|
Detailed Description
Cartesian coordinates (3D).
Definition at line 46 of file types.h.
Member Data Documentation
float fawkes::cart_coord_3d_t::x |
x coordinate
Definition at line 47 of file types.h.
float fawkes::cart_coord_3d_t::y |
y coordinate
Definition at line 48 of file types.h.
float fawkes::cart_coord_3d_t::z |
z coordinate
Definition at line 49 of file types.h.
The documentation for this struct was generated from the following file: