Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 273 Bytes

File metadata and controls

18 lines (12 loc) · 273 Bytes

Author: Behrouz Safari

Non-Uniform Motion on the Surface

Example:

from motion import Simulation

file = "02.jpg"
#func = lambda x: 1 / (x**5)
func = None

s = Simulation(file=file, func=func)
s.run()
s.play()