Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SbTesselator.h File Reference
#include <Inventor/SbBasic.h>
#include <Inventor/tools/SbPimplPtr.h>
#include <Inventor/SbVec3f.h>
#include <cstddef>

Go to the source code of this file.

Classes

class  SbTesselator
 The SbTesselator class is used to tessellate polygons into triangles. More...
 

Typedefs

typedef void SbTesselatorCB(void *v0, void *v1, void *v2, void *data)
 

Typedef Documentation

◆ SbTesselatorCB

void SbTesselatorCB

The type definition of the callback function which is called for each triangle returned by the tesselator.