mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
5 lines
335 B
Text
5 lines
335 B
Text
isosurfaces allows to construct isolines/isosurfaces of a 2D/3D scalar field
|
|
defined by a function, i.e. curves over which f(x,y)=0 or surfaces over which
|
|
f(x,y,z)=0. Most similar libraries use marching squares or similar over a
|
|
uniform grid, but this uses a quadtree to avoid wasting time sampling many far
|
|
from the implicit surface.
|