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

Function Multiply

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

* Multiply vector by vector */

Source from the content-addressed store, hash-verified

167 * Multiply vector by vector
168 */
169 RLCPP_NODISCARD Vector4 Multiply(const ::Vector4& other) const { return ::Vector4Multiply(*this, other); }
170
171 /**
172 * Multiply vector by vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected