#include <GQ_PolyBevel.h>
Public Member Functions | |
| GQ_PolyBevel (GU_Detail *gdp, int relative, float inset, int type, int repetitions) | |
| ~GQ_PolyBevel () | |
| GB_PrimitiveGroup * | pointBevel (GB_PointGroup *pointgroup) |
| GB_PrimitiveGroup * | edgeBevel (GB_EdgeGroup &edgegroup) |
Protected Member Functions | |
| void | smoothBevel () |
| void | bevelPoints () |
| void | cornerBevelPoints () |
| void | bevelEdges () |
| void | smoothBevelEdges () |
| void | smoothBevelPoints () |
Definition at line 46 of file GQ_PolyBevel.h.
| GQ_PolyBevel::GQ_PolyBevel | ( | GU_Detail * | gdp, | |
| int | relative, | |||
| float | inset, | |||
| int | type, | |||
| int | repetitions | |||
| ) |
| GQ_PolyBevel::~GQ_PolyBevel | ( | ) |
| void GQ_PolyBevel::bevelEdges | ( | ) | [protected] |
| void GQ_PolyBevel::bevelPoints | ( | ) | [protected] |
| void GQ_PolyBevel::cornerBevelPoints | ( | ) | [protected] |
| GB_PrimitiveGroup* GQ_PolyBevel::edgeBevel | ( | GB_EdgeGroup & | edgegroup | ) |
| GB_PrimitiveGroup* GQ_PolyBevel::pointBevel | ( | GB_PointGroup * | pointgroup | ) |
| void GQ_PolyBevel::smoothBevel | ( | ) | [protected] |
| void GQ_PolyBevel::smoothBevelEdges | ( | ) | [protected] |
| void GQ_PolyBevel::smoothBevelPoints | ( | ) | [protected] |
1.5.9