Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ operator/
Function
operator/
include/Vector2.hpp:191–191 ·
view source on GitHub ↗
* Divide vector by vector */
Source
from the content-addressed store, hash-verified
189
* Divide vector by vector
190
*/
191
Vector2 operator/(const ::Vector2& vector2) const { return Vector2Divide(*this, vector2); }
192
193
/**
194
* Divide vector by vector
Callers
nothing calls this directly
Calls
1
Divide
Function · 0.70
Tested by
no test coverage detected