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

Function Divide

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

* Divide vector by vector */

Source from the content-addressed store, hash-verified

210 * Divide vector by vector
211 */
212 RLCPP_NODISCARD Vector4 Divide(const ::Vector4& vector4) const { return ::Vector4Divide(*this, vector4); }
213
214 /**
215 * Divide vector by vector

Callers 1

operator/Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected