* Get a matrix for this quaternion */
| 231 | * Get a matrix for this quaternion |
| 232 | */ |
| 233 | RLCPP_NODISCARD ::Matrix ToMatrix() const { |
| 234 | return ::QuaternionToMatrix(*this); |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * Get rotation quaternion for an angle and axis |
nothing calls this directly
no outgoing calls
no test coverage detected