GEL  2
GEL is a library for Geometry and Linear Algebra
Public Member Functions
Geometry::ImplicitFunction Class Reference

Implicit function. More...

#include <Polygonizer.h>

List of all members.

Public Member Functions

virtual float eval (float, float, float)=0

Detailed Description

Implicit function.

The implicit function class represents the implicit function we wish to polygonize. Derive a class from this one and implement your implicit primitive in the eval function. Eval takes x,y,z coordinates and returns a value. We assume that the surface is the zero level set and that the negative values are outside. This an arbitrary choice which does not make the code less general.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations