alessia...@gmail.com
unread,Dec 7, 2016, 4:40:33 AM12/7/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python Programming for Autodesk Maya
Hi,
this maya be a dumb question. I basically have two points in space a(1,2,3) and b(-2,4,7) and i want to find out what values i need to add to the 'a' coordinates to get to the 'b' coordinates. If i subtract then it would give me (1-(-2)),(2-4),(3-7) = (3,-2,-4).
but then if i add these difference values back on top of the 'a' coordinates i wont get (-2,4,7), i get (4,0,-1)
this is probably a simple maths thing but im not clever :/
any help would be great,
Sam