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

Function operator*

include/Vector4.hpp:174–174  ·  view source on GitHub ↗

* Multiply vector by vector */

Source from the content-addressed store, hash-verified

172 * Multiply vector by vector
173 */
174 Vector4 operator*(const ::Vector4& other) const { return ::Vector4Multiply(*this, other); }
175
176 /**
177 * Multiply vector by vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected