* Get a quaternion for a given rotation matrix */
| 224 | * Get a quaternion for a given rotation matrix |
| 225 | */ |
| 226 | static RLCPP_NODISCARD Quaternion FromMatrix(const ::Matrix& mat) { |
| 227 | return ::QuaternionFromMatrix(mat); |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Get a matrix for this quaternion |
nothing calls this directly
no outgoing calls
no test coverage detected