MCPcopy Create free account
hub / github.com/electronstudio/raylib-python-cffi / dot_product

Method dot_product

examples/extra/vector2_extended.py:133–134  ·  view source on GitHub ↗
(self, vec2)

Source from the content-addressed store, hash-verified

131 return vector2_distance_sqr(self, vec2)
132
133 def dot_product(self, vec2) -> float:
134 return vector2_dot_product(self, vec2)
135
136 def invert(self):
137 res = vector2_invert(self)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected