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. |
|||
|
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 Fri Feb 14 13:53:16 2020 | http://epydoc.sourceforge.net |