Advertisement
Guest User

Untitled

a guest
Feb 18th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.17 KB | None | 0 0
  1. program project1;
  2.  
  3. {$mode objfpc}{$H+}
  4.  
  5. uses
  6.   Unit1;
  7.  
  8. var
  9.   line1: TLineDef;
  10.   line2: TLineDef;
  11.   x: TPointF;
  12. begin
  13.   x := IntersectLine(line1, line2);
  14. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement