Anatoliy V Tomilov

Results 3 repositories owned by Anatoliy V Tomilov

quickhull

65
Stars
8
Forks
Watchers

Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.

insituc

46
Stars
4
Forks
Watchers

x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, constant folding.

sweepline

19
Stars
4
Forks
Watchers

Fortune's algorithm for Voronoi diagram generating on the plane. Intended for runtime speed and careful handling of corner cases.