MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected