MCPcopy Create free account
hub / github.com/bengolder/python-geometry / angleTo

Method angleTo

geometry/vector.py:94–99  ·  view source on GitHub ↗

computes the angle between two vectors cos theta = (n * m) / (n.length * m.length)

(self, other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected