A field representing the nearest generator from each point. More...
#include <b2VoronoiDiagram.h>
Public Member Functions | |
b2VoronoiDiagram (b2StackAllocator *allocator, int32 generatorCapacity) | |
void | AddGenerator (const b2Vec2 ¢er, int32 tag) |
void | Generate (float32 radius) |
template<class Callback > | |
void | GetNodes (const Callback &callback) const |
A field representing the nearest generator from each point.