Skip to content
This repository has been archived by the owner on Mar 16, 2018. It is now read-only.

The Kary-Tabesh Curve is a way to find out if an arbitrary point is inside of a closed shape in dimensions greater than one. This software shows the algorithm in reality.

Notifications You must be signed in to change notification settings

pouyakary/kary-tabesh-curve-proof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kary-Tabesh Curve; Proof of Concept

Kary-Tabesh Curve is a technique to investigate if an arbitrary point in space R(n) where n is more than 1 is inside of a closed shape.

This demo uses the Kary-Tabesh Curve to validate each pixel on the screen to see if they are inside a demo triangle and then paints the pixels within the triangle red.


screen shot 1396-12-14 at 1 50 19 am


How to run this software?

You must be inside a UNIX environment with GCC, OpenGL and GLUT installed. Your installation of GCC must support C++11. Then you can simply run:

make build

And then run

./kary-tabesh-curve

Within the root of this project's directory.

About

The Kary-Tabesh Curve is a way to find out if an arbitrary point is inside of a closed shape in dimensions greater than one. This software shows the algorithm in reality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published