-
-
sat-js
... the name)
It supports detecting collisions between:
- Circles (using Voronoi Regions.)
- Convex Polygons (and simple Axis-Aligned Boxes, ... contains the following collision tests:
### `SAT.pointInCircle(p, c)`
Checks whether a given point is inside the ...
-
objcvoronoi
... 2.0 implementation of Raymond Hill's Javascript-Voronoi library
##obj-c voronoi library##
###30 March 2012 update###
I added ... connect unbound edges, and to close open cells
result = voronoi.compute(sites, bbox);
// render, further analyze, etc.
Return ...
-
cppnow_presentations_2012
... Polygon.Voronoi library](https://github.com/boostcon/cppnow_presentations_2012/blob/master/wed/voronoi_presentation_andrii_sydorchuk.pdf?raw=true)
* [Scott Schurr: C++ ... ?raw=true)
* Travis Gockel: How we switched to C++11 at SolidFire and how it worked out
...
-
data_structures
... that I tend to reuse when necessary in
bigger projects
(c) Evghenii Gaburov, 2011
Requirements:
some new version of gcc ... distribute
the end product, the chart itself.
Keywords: kd-tree, Octree, Voronoi, Delaunay
Evghenii Gaburov
...
-
xscreensaver
... the flattened globe.
* Tessellimage can draw either Delaunay or Voronoi tilings.
* XAnalogTV includes test cards.
* Android: These hacks ... for _Xsetlocale in -lXintl.)
* Portability fixes for sonar.c.
* Fixed a compilation problem when you have GL ...
-
tRayce
... Not having a scene definition language, unless we call C++ a scene definition language.
* Not supporting primitives other than ...
speeds things up. It also looks like a cool Voronoi diagram when rendered directly.
Using Monte Carlo integration with ...
-
delaunay
... for the Manipulation of General Subdivisions and the Computation of
Voronoi Diagrams](http://portal.acm.org/citation.cfm?doid=282918. ... robust geometric predicate library
(in the file `src/predicates.c`)
may not work perfectly without some fiddling on ...
-
vampire
... dynamics
**Structural properties**
-Bulk-like systems
-Thin films
-Nanoparticles - spheres, cubes, truncated octahedra, cylinders
-Voronoi granular structures
-Nanoparticle arrays
-Core-shell nanoparticles
-Multilayer thin films
-Interface roughness and ...
-
pyvoro
... -- optional, and keyword-compatible arg.
)
```
returning an array of voronoi cells in the form:
```python
{ # (note, this cell is not ... to utilise the c++ `std::vector` classes to represent the (ridiculously non-specific) geometry of a Voronoi cell.
* ...
-
Fidola
...
- Spline interpolation
- Polygon
- Area/Circumference
- Intersect/Union
- Hit test
- Offset
- Voronoi Diagram / Delaunay Triangulation
## License (BSD)
Copyright (C) 2012 [Bei ZHANG](http://twbs.in/).
Redistribution and use in source ...
-