MCPcopy 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)

Calls 1

vector2_lengthFunction · 0.85

Tested by

no test coverage detected