| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Flag --+
|
BaseCurve
A base class for animated curves.
You shouldn't be using this class directly, it only exists for other classes in this module to inherit from.
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
kDefaultCurveFlag = 0
|
|||
kDefaultCurveTension = 0.5
|
|||
kDefaultCurveType = 0
|
|||
|
|||
|
curveTension The tension type for this curve. |
|||
|
curveType The type of curve to treat this as. |
|||
|
name The name for this curve. |
|||
|
Inherited from |
|||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
|
x.__setattr__('name', value) <==> x.name = value
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 2 22:43:57 2013 | http://epydoc.sourceforge.net |