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

Function Multiply

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

* Multiply vector by vector */

Source from the content-addressed store, hash-verified

127 * Multiply vector by vector
128 */
129 RLCPP_NODISCARD Vector3 Multiply(const ::Vector3& vector3) const { return Vector3Multiply(*this, vector3); }
130
131 /**
132 * Multiply vector by vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected