29 _subdiv(copy._subdiv),
39 EggPrimitive::operator = (copy);
40 _subdiv = copy._subdiv;
A base class for any of a number of kinds of geometry primitives: polygons, point lights,...
CurveType get_curve_type() const
Returns the indicated type of the curve.
void set_curve_type(CurveType type)
Sets the type of the curve.
void set_subdiv(int subdiv)
Sets the number of subdivisions that will be requested across the curve.
int get_subdiv() const
Returns the requested number of subdivisions, or 0 if no particular subdivisions have been requested.
A parametric curve of some kind.