* Check whether two given quaternions are almost equal */
| 276 | * Check whether two given quaternions are almost equal |
| 277 | */ |
| 278 | RLCPP_NODISCARD bool Equals(const ::Quaternion& other) const { |
| 279 | return static_cast<bool>(::QuaternionEquals(*this, other)); |
| 280 | } |
| 281 | #endif |
| 282 | protected: |
| 283 | void set(const ::Quaternion& quat) { |
nothing calls this directly
no outgoing calls
no test coverage detected