MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / operator*

Function operator*

include/Quaternion.hpp:145–145  ·  view source on GitHub ↗

* Multiply quaternion by quaternion */

Source from the content-addressed store, hash-verified

143 * Multiply quaternion by quaternion
144 */
145 Quaternion operator*(const ::Quaternion& other) const { return ::QuaternionMultiply(*this, other); }
146
147 /**
148 * Multiply quaternion by quaternion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected