* Multiply quaternion by quaternion */
| 143 | * Multiply quaternion by quaternion |
| 144 | */ |
| 145 | Quaternion operator*(const ::Quaternion& other) const { return ::QuaternionMultiply(*this, other); } |
| 146 | |
| 147 | /** |
| 148 | * Multiply quaternion by quaternion |
nothing calls this directly
no outgoing calls
no test coverage detected