| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Graphics.Implicit.Export.DiscreteAproxable
- class DiscreteAproxable obj aprox where
Documentation
class DiscreteAproxable obj aprox where Source #
There is a discrete way to aproximate this object. eg. Aproximating a 3D object with a tirangle mesh would be DiscreteApproxable Obj3 TriangleMesh
Minimal complete definition
Methods
discreteAprox :: ℝ -> obj -> aprox Source #