deltaluca

Untitled

Mar 28th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var pivot =
  2.     bodyVariables("b1")
  3.   + bodyVariables("b2")
  4.   + "
  5. vector anchor1
  6. vector anchor2
  7.  
  8. let r1 = relative b1.rot anchor1 in
  9. let r2 = relative b2.rot anchor2 in
  10.  
  11. (r2 + b2.pos) - (r1 + b1.pos)
  12. ";
Advertisement
Add Comment
Please, Sign In to add comment