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

Function operator*

include/Vector3.hpp:134–134  ·  view source on GitHub ↗

* Multiply vector by vector */

Source from the content-addressed store, hash-verified

132 * Multiply vector by vector
133 */
134 Vector3 operator*(const ::Vector3& vector3) const { return Vector3Multiply(*this, vector3); }
135
136 /**
137 * Multiply vector by vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected