* Transform quaternion given transformation matrix */
| 269 | * Transform quaternion given transformation matrix |
| 270 | */ |
| 271 | RLCPP_NODISCARD Quaternion Transform(const ::Matrix& mat) const { |
| 272 | return ::QuaternionTransform(*this, mat); |
| 273 | } |
| 274 | |
| 275 | /* |
| 276 | * Check whether two given quaternions are almost equal |
nothing calls this directly
no outgoing calls
no test coverage detected