| 129 | } |
| 130 | |
| 131 | RLCPP_NODISCARD float Length() const { return ::QuaternionLength(*this); } |
| 132 | |
| 133 | RLCPP_NODISCARD Quaternion Normalize() const { return ::QuaternionNormalize(*this); } |
| 134 |
nothing calls this directly
no outgoing calls
no test coverage detected