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

Function operator*

include/Vector2.hpp:152–152  ·  view source on GitHub ↗

* Multiply vector by vector */

Source from the content-addressed store, hash-verified

150 * Multiply vector by vector
151 */
152 Vector2 operator*(const ::Vector2& vector2) const { return Vector2Multiply(*this, vector2); }
153
154 /**
155 * Multiply vector by vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected