Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electronstudio/raylib-python-cffi
/ length
Method
length
examples/extra/vector2_extended.py:140–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
return
self.to_Vec2(res)
139
140
def
length(self):
141
return
vector2_length(self)
142
143
def
length_sqr(self) -> float:
144
return
vector2_length_sqr(self)
Callers
2
vector2_extended.py
File · 0.80
extra_transparent_undecorated_window.py
File · 0.80
Calls
1
vector2_length
Function · 0.85
Tested by
no test coverage detected