Public Member Functions | |
| JointEllipsoid (const double r_a, const double r_b, const double r_c) | |
| bool | operator== (const JointEllipsoid &other) const |
Public Attributes | |
| double | radius_x = 0 |
| double | radius_y = 0 |
| double | radius_z = 0 |
Static Public Attributes | |
| static constexpr int | nq = 3 |
| static constexpr int | nv = 3 |
Definition at line 164 of file joints.hpp.
| inline |
Definition at line 174 of file joints.hpp.
| inline |
Definition at line 181 of file joints.hpp.
| staticconstexpr |
Definition at line 170 of file joints.hpp.
| staticconstexpr |
Definition at line 171 of file joints.hpp.
| double radius_x = 0 |
Definition at line 166 of file joints.hpp.
| double radius_y = 0 |
Definition at line 167 of file joints.hpp.
| double radius_z = 0 |
Definition at line 168 of file joints.hpp.