Skip to content

Implementation of a data structure and an interface to encapsulate the triangulation problem.

License

manoharvhr/Triangulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Triangulation Interface

This repository consists of classes designed to act as an interface for Triangulation.

Files

  1. Report.pdf - consists of short descriptions and testing conducted for the program.
  2. ProgramFiles/main.cpp - for testing purposes only. Demonstrates how to use the interface.
  3. ProgramFiles/Triangle.cpp - Triangle class methods.
  4. ProgramFiles/Triangle.h - Triangle class definition.
  5. ProgramFiles/Vertex.h - Vertex class definition.
  6. ProgramFiles/Triangulation.cpp - Triangulation class definition.
  7. ProgramFiles/Triangulation.h - Triangulation class methods.
  8. ProgramFiles/Test8.tri & triangulation#1.tri - testing purposes.

About

Implementation of a data structure and an interface to encapsulate the triangulation problem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages