
Contour and isosurface 'auto levels reorg 2D contours: z-min = z-max now makes empty plot instead of infinite loop 3D isosurfaces: d-min = d-max now makes empty plot instead of infinite loop Fixed contracts and corner case on marching squares and cubes functions Better selection box and point-label formatting Increased timeout on extreme-bounds-tests.rkt
10 lines
297 B
Racket
10 lines
297 B
Racket
#lang racket/base
|
|
|
|
(require unstable/latent-contract)
|
|
|
|
(require "../common/samplers.rkt")
|
|
(provide (activate-contract-out function->sampler
|
|
inverse->sampler
|
|
2d-function->sampler
|
|
3d-function->sampler))
|