Skip to content

XelerT/triangles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triangles

Install & Run

    $ git clone https://github.com/XelerT/triangles.git & cd triangles

    $ mkdir build & cd build
    $ cmake ..
    $ make

If you want to compile unittest use -DGTESTS:BOOL=True cmake flag.

Tests

Use python script to E2E testing:

    $ ../tests/e2e/test.py

Or build unittest binary and start it:

    $ cmake .. -DGTESTS:BOOL=True
    $ ./unitests

About

Triangles intersection calculator in 3D.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published