really simple example policy More...
#include <mt.h>
Public Types | |
typedef C | Cell |
Public Member Functions | |
DiracPolicy (Point3f &f=Point3f(0, 0, 0), float e=0) | |
bool | Expand (Cell *cell) |
Public Attributes | |
float | error |
max error in object space at distance 0 | |
Point3f | focus |
really simple example policy
Definition at line 276 of file mt.h.
typedef C vcg::DiracPolicy< C >::Cell |