Skip to content

samogongik/MyTriangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyTriangles

This project implements triangle intersection tests in 3D space. An octree is used to optimize the program's performance.

Input: number of triangles and their coordinates.

Output: the number of each triangle that intersects with any other

After insertion of triangles into the octree program checks for intersection for triangles that are in the same octant.

At the moment, the project has not completed all tests and is in the final stages of development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published