Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electronstudio/raylib-python-cffi
/ negate
Method
negate
examples/extra/vector2_extended.py:154–156 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
return
self.to_Vec2(res)
153
154
def
negate(self):
155
res = vector2_negate(self)
156
return
self.to_Vec2(res)
157
158
def
normalize(self):
159
res = vector2_normalize(self)
Callers
1
vector2_extended.py
File · 0.80
Calls
1
to_Vec2
Method · 0.95
Tested by
no test coverage detected