Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electronstudio/raylib-python-cffi
/ invert
Method
invert
examples/extra/vector2_extended.py:136–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
134
return
vector2_dot_product(self, vec2)
135
136
def
invert(self):
137
res = vector2_invert(self)
138
return
self.to_Vec2(res)
139
140
def
length(self):
141
return
vector2_length(self)
Callers
1
vector2_extended.py
File · 0.80
Calls
1
to_Vec2
Method · 0.95
Tested by
no test coverage detected