2022-08-24 13:53:18 +00:00
|
|
|
#lang scribble/manual
|
|
|
|
@(require (for-label racket))
|
|
|
|
|
|
|
|
@title{(ball in g damp friction)}
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|
2022-08-24 13:53:18 +00:00
|
|
|
Physical model of bouncing object.
|
|
|
|
|
|
|
|
Models the path of a bouncing object that is reflected by a
|
|
|
|
vibrating surface.
|
|
|
|
|
|
|
|
in - modulated surface level
|
|
|
|
g - gravity
|
|
|
|
damp - damping on impact
|
|
|
|
friction - proximity from which on attraction to surface starts
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|