AccelSum
- class ssapy.accel.AccelSum(accels)[source][source]
Bases:
Accel
Acceleration defined as the sum of other accelerations.
Note, besides directly invoking this class, you can simply use the + operator on any two Accel subclasses too.
Methods Summary
__call__
(r, v, t, **kwargs)Evaluate acceleration at particular place/moment.
Methods Documentation