* Get identity quaternion */
| 125 | * Get identity quaternion |
| 126 | */ |
| 127 | static RLCPP_NODISCARD Quaternion Identity() { |
| 128 | return ::QuaternionIdentity(); |
| 129 | } |
| 130 | |
| 131 | RLCPP_NODISCARD float Length() const { return ::QuaternionLength(*this); } |
| 132 |
nothing calls this directly
no outgoing calls
no test coverage detected