Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <Inventor/lists/SbList.h>
#include <Inventor/SbVec3f.h>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | SbClip |
The SbClip class is a generic polygon clipper class. More... | |
Typedefs | |
typedef void * | SbClipCallback(const SbVec3f &v0, void *vdata0, const SbVec3f &v1, void *vdata1, const SbVec3f &newvertex, void *userdata) |
void * SbClipCallback |
The type definition for the callback function when additional data handling per vertex is required.