|
Soletta™ Framework
|
Data type to describe a direction vector. More...
#include <sol-types.h>
Data Fields | |
| double | max |
| Maximum value of a coordinate for all axis. More... | |
| double | min |
| Minimum value of a coordinate for all axis. More... | |
| double | x |
| X coordinate. More... | |
| double | y |
| Y coordinate. More... | |
| double | z |
| Z coordinate. More... | |
Data type to describe a direction vector.
| double sol_direction_vector::max |
Maximum value of a coordinate for all axis.
Referenced by show_resolved_type().
| double sol_direction_vector::min |
Minimum value of a coordinate for all axis.
Referenced by show_resolved_type().
| double sol_direction_vector::x |
X coordinate.
Referenced by iio_gyroscope_reader_cb(), and show_resolved_type().
| double sol_direction_vector::y |
Y coordinate.
Referenced by iio_gyroscope_reader_cb(), and show_resolved_type().
| double sol_direction_vector::z |
Z coordinate.
Referenced by iio_gyroscope_reader_cb(), and show_resolved_type().
1.8.6