Skip to content

shudgit/geometric-entities-2d

 
 

Repository files navigation

geometric-entities-2d

(in progress)

C++ implementation of the following geometric entities:

  • Point2D
  • Line2D
  • Region2D

Created for UF CIS4930 Geometric Data Structures and Algorithms.

Compile and test on Linux

Before starting, you will need git and g++. On Debian and Ubuntu, open a terminal and install both with:

sudo apt install git build-essential

NOTE: If you are using UF CISE's Linux servers, you can skip the step above. Git and g++ are already installed, and students don't have sudo privileges on those machines anyway.

Next, download this repository and enter the newly created directory:

git clone https://github.com/rb-uf/geometric-entities-2d
cd geometric-entities-2d

Compile:

make

Run the test program:

./test

It should print:

Compilation was successful.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 76.1%
  • C 23.6%
  • Makefile 0.3%