Skip to content

PHP port of RobustPredicates, a fast robust predicates for computational geometry.

License

Notifications You must be signed in to change notification settings

natsimhan/RobustPredicates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobustPredicates

PHP port of RobustPredicates, a fast robust predicates for computational geometry.

Provides reliable 2D and 3D point orientation tests (orient2d, orient3d, incircle, insphere) that are not susceptible to floating point errors (without sacrificing performance).

⚠️ Only orient2d is ported to PHP for the moment.

Installation

The preferred method of installation is via Composer. Run the following command to install the package and add it as a requirement to your project's composer.json:

composer require natsimhan/robust-predicates

Copyright and License

This code was placed in the public domain by its original author, Jonathan Richard Shewchuk. You may use it as you see fit, but attribution is appreciated. Please see LICENSE for more information.

About

PHP port of RobustPredicates, a fast robust predicates for computational geometry.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages