Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. XB-XA->UXA
  2. YB-YA->UYA
  3. XD-XB->UXB
  4. YD-YB->UYB
  5. XA-XC->UXC
  6. YA-YC->UYC
  7. XC-XD->UXD
  8. YC-YD->UYD
  9. ~(UYA*XA-(UXA*YA))->CA
  10. ~(UYD*XD-(UXD*YD))->CB
  11. YA*XO-(XA*YO)+CA->CA
  12. YD*XO-(XD*YO)+CB->CB
  13. If CAplotdot|E8000=(CBplotdot|E8000)
  14. Goto CNoColl
  15. End
  16. Text(0,14,"C")
  17. ~(UYB*XB-(UXB*YB))->CA
  18. ~(UYC*XC-(UXC*YC))->CB
  19. YB*XO-(XB*YO)+CA->CA
  20. YC*XO-(XC*YO)+CB->CB
  21. If CAplotdot|E8000!=(CBplotdot|E8000)
  22. Goto CColl
  23. End
  24. Lbl CNoColl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement