| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.parameterizedobject.ParameterizedObject --+
|
base.patterngenerator.PatternGenerator --+
|
Translator
PatternGenerator that moves another PatternGenerator over time.
To create a pattern at a new location, asks the underlying PatternGenerator to create a new pattern at a location translated by an amount based on the global time.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
generator = <topo.base.parameterclasses.ClassSelectorParameterPattern to be translated. |
|||
direction = <topo.base.parameterclasses.Number object at 0x9dbThe direction in which the pattern should move, in radians. |
|||
speed = Number(default= 1, bounds= (0.0, None), doc= The speed with which the pattern should move, in sheet coordinates per simulation time unit. |
|||
reset_period = <topo.base.parameterclasses.Number object at 0xWhen pattern position should be reset, usually to the value of a dynamic parameter. |
|||
last_time = 0.0float(x) -> floating point number |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initialize this ParameterizedObject. The values of parameters can be supplied as keyword arguments to the constructor (using parametername=parametervalue); these values will override the class default values for this one instance. If no 'name' parameter is supplied, self.name defaults to the object's class name with a unique number appended to it.
|
|
|
|||
generatorPattern to be translated.
|
directionThe direction in which the pattern should move, in radians.
|
speedThe speed with which the pattern should move, in sheet coordinates per simulation time unit.
|
reset_periodWhen pattern position should be reset, usually to the value of a dynamic parameter. The pattern is reset whenever fmod(simulation_time,reset_time)==0.
|
last_timefloat(x) -> floating point number Convert a string or number to a floating point number, if possible.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Feb 21 15:25:07 2008 | http://epydoc.sourceforge.net |