anim.time¶
- class anim.time(step, time)¶
A class to manage time, especially the duality between steps and continuous time.
- __init__(step, time)¶
time constructor
Defines a time aobject that contains both a stepwise and continuous representation.
- Parameters:
step (int) – The current time step
time (float) – The current time.
Methods
__init__(step, time)time constructor
Attributes
stepThe current time step.
time(step, time)A class to manage time, especially the duality between steps and continuous time.