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

Function Multiply

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

* Multiply vector by vector */

Source from the content-addressed store, hash-verified

145 * Multiply vector by vector
146 */
147 RLCPP_NODISCARD Vector2 Multiply(const ::Vector2& vector2) const { return Vector2Multiply(*this, vector2); }
148
149 /**
150 * Multiply vector by vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected