Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SbClip.h File Reference
#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)
 

Typedef Documentation

◆ SbClipCallback

void * SbClipCallback

The type definition for the callback function when additional data handling per vertex is required.