Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electronstudio/raylib-python-cffi
/ length_sqr
Method
length_sqr
examples/extra/vector2_extended.py:143–144 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
141
return
vector2_length(self)
142
143
def
length_sqr(self) -> float:
144
return
vector2_length_sqr(self)
145
146
def
lerp(self, vec2, amount: float):
147
res = vector2_lerp(self, vec2, amount)
Callers
1
vector2_extended.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected