|
Fawkes API
Fawkes Development Version
|
Structure defining a point in a CARTESIAN_3D_FLOAT_RGB buffer. More...
#include <types.h>
Public Attributes | |
| float | x |
| X value. | |
| float | y |
| Y value. | |
| float | z |
| Z value. | |
| union { | |
| struct { | |
| uint8_t b | |
| B color component value. | |
| uint8_t g | |
| G color component value. | |
| uint8_t r | |
| R color component value. | |
| uint8_t _unused | |
| unused | |
| } | |
| float rgb | |
| Color value as float. | |
| }; | |
Structure defining a point in a CARTESIAN_3D_FLOAT_RGB buffer.