18 EggLine(
const std::string &name) :
31 _has_thick(copy._has_thick)
39 operator = (
const EggLine ©) {
40 EggCompositePrimitive::operator = (copy);
42 _has_thick = copy._has_thick;
71 set_thick(
double thick) {
The base class for primitives such as triangle strips and triangle fans, which include several compon...
A line segment, or a series of connected line segments, defined by a <Line> entry.
double get_thick() const
Returns the thickness set on this particular line.