A line segment, or a series of connected line segments, defined by a <Line> entry. More...
Public Member Functions | |
EggLine (EggLine const copy) | |
EggLine (string name) | |
EggLine () | |
clearThick () | |
double | getThick () |
Returns the thickness set on this particular line. | |
bool | hasThick () |
EggLine | operator= (EggLine const copy) |
setThick (double thick) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
A line segment, or a series of connected line segments, defined by a <Line> entry.
EggLine | ( | ) |
clearThick | ( | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from EggCompositePrimitive.
double getThick | ( | ) |
Returns the thickness set on this particular line.
If there is no thickness set, returns 1.0.
bool hasThick | ( | ) |
setThick | ( | double | thick | ) |