Is there a standard class in Python to emulate a geometric point that includes coordinates and a value, including arithmetic operations between the coordinates?
From stackoverflow
-
If you just want standard matrix arithmetic operations for your coordinates, try numpy's array type.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.