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

Function Divide

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

* Divide vector by vector */

Source from the content-addressed store, hash-verified

183 * Divide vector by vector
184 */
185 RLCPP_NODISCARD Vector2 Divide(const ::Vector2& vector2) const { return Vector2Divide(*this, vector2); }
186
187
188 /**

Callers 1

operator/Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected