Advertisement
hungvnu

TestPointInPolygon

Apr 23rd, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. k.p[0]=Point(20,20);
  2. k.p[1]=Point(250,50);
  3. k.p[2]=Point(350,450);
  4. k.p[3]=Point(150,200);
  5. k.p[4]=Point(10,480);
  6. Point t=Point(225,325);
  7. ---
  8. k.n=3;
  9. k.p[0]=Point(40,250);
  10. k.p[1]=Point(480,300);
  11. k.p[2]=Point(120,500);
  12. Point t=Point(55,375);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement