Fawkes API  Fawkes Development Version
fawkes::cart_coord_3d_t Struct Reference

Cartesian coordinates (3D). More...

#include <types.h>

Public Attributes

float x
 x coordinate More...
 
float y
 y coordinate More...
 
float z
 z coordinate More...
 

Detailed Description

Cartesian coordinates (3D).

Definition at line 78 of file types.h.

Member Data Documentation

◆ x

float fawkes::cart_coord_3d_t::x

x coordinate

Definition at line 79 of file types.h.

Referenced by firevision::PositionToPixel::get_pixel_position_unchecked().

◆ y

float fawkes::cart_coord_3d_t::y

y coordinate

Definition at line 80 of file types.h.

Referenced by firevision::PositionToPixel::get_pixel_position_unchecked().

◆ z

float fawkes::cart_coord_3d_t::z

z coordinate

Definition at line 81 of file types.h.

Referenced by firevision::PositionToPixel::get_pixel_position_unchecked().


The documentation for this struct was generated from the following file: