Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 448 Bytes

File metadata and controls

21 lines (13 loc) · 448 Bytes

Triangulation

A Triangulation algorithm

How to compile

$ make all

How to execute

There are two modes:

$ ./triangulitation.o 0

that generate some random lines and try to triangulate it. and:

$ ./triangulitation.o 1

that will ask you some coordiante unitl you type 501 501

Examples