|
emlabcpp
modern opinionated embedded C++ library
|
represents orientation and position in 3D space More...
#include <pose.h>
Collaboration diagram for emlabcpp::pose:Public Member Functions | |
| constexpr | pose () |
| constexpr | pose (point< 3 > const &position) |
| constexpr | pose (quaternion const &orientation) |
| constexpr | pose (point< 3 > const &position, quaternion const &orientation) |
Public Attributes | |
| point< 3 > | position |
| quaternion | orientation |
represents orientation and position in 3D space
|
inlineconstexpr |
|
inlineexplicitconstexpr |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
| quaternion emlabcpp::pose::orientation |
| point< 3 > emlabcpp::pose::position |