computational-geometry

Tag

Cards List
#computational-geometry

Fractal Jittered Voronoi Partitions

Hacker News Top · 2026-08-29 Cached

The article explains a method for creating fractal boundaries in Voronoi partitions using a jittered grid approach, efficient for applications like coastline simulation.

0 favorites 0 likes
#computational-geometry

Hilariously Fast Volume Computation with the Divergence Theorem

Hacker News Top · 2026-08-28 Cached

This article presents a fast algorithm for computing the volume of a simple, closed, triangulated 3D mesh using the divergence theorem.

0 favorites 0 likes
#computational-geometry

Poles of Inaccessibility in the San Gabriel Mountains

Hacker News Top · 2026-08-02 Cached

A blog post describes computing the Pole of Inaccessibility in the San Gabriel Mountains using a Voronoi diagram approach with OpenStreetMap road and trail data, and shares the resulting code in a GitHub repository.

0 favorites 0 likes
#computational-geometry

Exact, parallel 2D Delaunay triangulation for int32 coordinates

Hacker News Top · 2026-07-31 Cached

Delaunay32 is a fast, parallel C++17 library for exact 2D Delaunay triangulation with integer predicates, supporting int32 coordinates and direct float input, and is significantly faster than existing triangulators.

0 favorites 0 likes
#computational-geometry

@ryanlpeterman: Didn't realize 3SUM could be done faster then N^2 until I did this interview "Threesomes, Degenerates, and Love Triangl…

X AI KOLs Following · 2026-07-05 Cached

Discusses a 2014 paper that refutes the 3SUM conjecture by presenting subquadratic algorithms for the 3SUM problem, with implications for computational geometry and graph algorithms.

0 favorites 0 likes
#computational-geometry

@doodlestein: https://x.com/doodlestein/status/2073825011249418358

X AI KOLs Timeline · 2026-07-05 Cached

A detailed thinking trace from the AI model Claude Fable as it designs a comprehensive computational geometry and physics simulation framework in Rust, incorporating advanced mathematical concepts like conformal geometric algebra and sheaf cohomology.

0 favorites 0 likes
#computational-geometry

Computational Balloon Twisting: The Theory of Balloon Polyhedra [pdf]

Hacker News Top · 2026-07-01 Cached

This paper from the 2008 Canadian Conference on Computational Geometry introduces the theory of balloon polyhedra, examining how balloon twisting can be modeled computationally to create geometric shapes.

0 favorites 0 likes
#computational-geometry

Floats Don't Agree with Themselves

Hacker News Top · 2026-05-06 Cached

Developer releases `exact-poly`, a 2D geometry library using exact integer arithmetic instead of floats to eliminate cross-platform reproducibility issues caused by IEEE 754 implementation differences.

0 favorites 0 likes
← Back to home

Submit Feedback