Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ operator/
Function
operator/
include/Vector4.hpp:217–217 ·
view source on GitHub ↗
* Divide vector by vector */
Source
from the content-addressed store, hash-verified
215
* Divide vector by vector
216
*/
217
Vector4 operator/(const ::Vector4& vector4) const { return ::Vector4Divide(*this, vector4); }
218
219
/**
220
* Divide vector by vector
Callers
nothing calls this directly
Calls
1
Divide
Function · 0.70
Tested by
no test coverage detected