implicit-surface

There are 3 repositories under implicit-surface topic.

  • CHEREF-Mehdi/Implicit-Surface

    An implicit surface is a set of points p such that f(p) = 0, where f is a trivariate function (i.e., p ∈ ℜ3). The surface is also known as the zero set of f and may be written f -1 (0) or Z(f). According to the implicit surface theorem, if zero is a regular value of f, then the zero set is a two-dimensional manifold. An iso-surface is a similar set of points for which f(p) = c, where c is the iso-contour value of the surface. The function f is sometimes called the implicit function, although we prefer implicit surface function. A review of the salient properties of implicit surfaces may be found in [Hoffmann 1989].

    Language:C++120
  • fayolle/PyFRep

    A simple python library for differentiable F-Rep modeling

    Language:Python03210
  • fayolle/dual_contouring

    An implementation of the dual contouring algorithm in Java

    Language:Java10