2.0.1 • Published 10 years ago
aureooms-js-cg v2.0.1
js-cg
Computational geometry code bricks for JavaScript. Parents are aureooms/js-algo and aureooms/js-data-structures.
vcross( vsub( b , a ) , vsub( c , a ) ) ;Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.
Install
jspm
jspm install github:aureooms/js-cg
# or
jspm install npm:aureooms-js-cgduo
No install step needed for duo!
component
component install aureooms/js-cgbower
bower install aureooms-js-cgender
ender add aureooms-js-cgjam
jam install aureooms-js-cgspm
spm install aureooms-js-cg --savenpm
npm install aureooms-js-cg --saveRequire
jspm
let cg = require( "github:aureooms/js-cg" ) ;
// or
import cg from 'aureooms-js-cg' ;duo
let cg = require( "aureooms/js-cg" ) ;component, ender, spm, npm
let cg = require( "aureooms-js-cg" ) ;bower
The script tag exposes the global variable cg.
<script src="bower_components/aureooms-js-cg/js/dist/cg.min.js"></script>Alternatively, you can use any tool mentioned here.
jam
require( [ "aureooms-js-cg" ] , function ( cg ) { ... } ) ;Children
Reference
Information
- http://homepages.ulb.ac.be/~slanger/cg/
- http://homepages.ulb.ac.be/~slanger/cg/lenertz/
- http://homepages.ulb.ac.be/~slanger/cg/P/PopsAndPopturns/projetGeom.html
- http://homepages.ulb.ac.be/~slanger/cg/P/WSPD/index.html
- http://homepages.ulb.ac.be/~slanger/cg/Swimmer/one_swimmer.html
- http://homepages.ulb.ac.be/~slanger/cg/hsaureooms/def.html
- http://fremycompany.com/compugem
- http://www-cgrl.cs.mcgill.ca/~godfried/teaching/cg-projects/97/Ian/cutting_ears.html
- http://www.cs.tufts.edu/comp/260/lectures.html
- http://www.toptal.com/python/computational-geometry-in-python-from-theory-to-implementation
Code
- https://github.com/crm416/point-location
- https://github.com/ironwallaby/delaunay
- https://github.com/gorhill/Javascript-Voronoi
- https://github.com/mikolalysenko/convex-hull
- https://github.com/mourner/rbush
- https://github.com/mikolalysenko/delaunay-triangulate
- https://github.com/mikolalysenko/incremental-delaunay
- https://github.com/mikolalysenko/box-intersect-benchmark
2.0.1
10 years ago
2.0.0
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.11.3
10 years ago
0.11.2
11 years ago
0.11.1
11 years ago
0.11.0
11 years ago
0.10.2
11 years ago
0.10.1
11 years ago
0.10.0
11 years ago
0.9.0
11 years ago
0.8.0
11 years ago
0.7.0
11 years ago
0.6.0
11 years ago
0.4.1
11 years ago
0.4.0
11 years ago
0.3.0
11 years ago
0.2.0
11 years ago