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

Function operator/

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

* Divide vector by vector */

Source from the content-addressed store, hash-verified

170 * Divide vector by vector
171 */
172 Vector3 operator/(const ::Vector3& vector3) const { return Vector3Divide(*this, vector3); }
173
174 /**
175 * Divide vector by vector

Callers

nothing calls this directly

Calls 1

DivideFunction · 0.70

Tested by

no test coverage detected