|
HDK
|
#include <GU_VolumeBreak.h>
Public Attributes | |
| guBreakPointStatus | status |
| GA_Offset | pt |
| GA_Offset | pt1 |
| GA_Offset | pt2 |
| guBreakPoint * | prev |
| guBreakPoint * | next |
| fpreal | lerpbias |
| UT_Array< guBreakPoly * > | polys |
Definition at line 44 of file GU_VolumeBreak.h.
| fpreal guBreakPoint::lerpbias |
Definition at line 62 of file GU_VolumeBreak.h.
| guBreakPoint* guBreakPoint::next |
Definition at line 59 of file GU_VolumeBreak.h.
| UT_Array<guBreakPoly *> guBreakPoint::polys |
Definition at line 65 of file GU_VolumeBreak.h.
| guBreakPoint* guBreakPoint::prev |
Definition at line 58 of file GU_VolumeBreak.h.
| GA_Offset guBreakPoint::pt |
Definition at line 50 of file GU_VolumeBreak.h.
| GA_Offset guBreakPoint::pt1 |
Definition at line 54 of file GU_VolumeBreak.h.
| GA_Offset guBreakPoint::pt2 |
Definition at line 55 of file GU_VolumeBreak.h.
| guBreakPointStatus guBreakPoint::status |
Definition at line 47 of file GU_VolumeBreak.h.