Skip to content

Instantly share code, notes, and snippets.

@raganmd
Last active July 26, 2021 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raganmd/53669f3a663463cd7fa497f880bc1e59 to your computer and use it in GitHub Desktop.
Save raganmd/53669f3a663463cd7fa497f880bc1e59 to your computer and use it in GitHub Desktop.
def tduDist(point1, point2):
p1 = tdu.Vector(point1)
p2 = tdu.Vector(point2)
return p1.distance(p2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment