Skip to content

behrouzz/motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()