A parametric curve of some kind.
More...
List of all members.
Detailed Description
A parametric curve of some kind.
See EggNurbsCurve.
Member Enumeration Documentation
Member Function Documentation
| static TypeHandle getClassType |
( |
| ) |
[static] |
Returns the indicated type of the curve.
Returns the requested number of subdivisions, or 0 if no particular subdivisions have been requested.
Sets the type of the curve.
This is primarily used as a hint to any code that may need to deal with this curve.
Sets the number of subdivisions that will be requested across the curve.
(This doesn't necessary guarantee that this number of subdivisions will be made; it's just a hint to any curve renderer or quick tesselator.) Set the number to 0 to disable the hint.
Returns the CurveType value associated with the given string representation, or CT_invalid if the string does not match any known CurveType value.