16 lines
352 B
Text
16 lines
352 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{(ball in g damp friction)}
|
||
|
|
||
|
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
|
||
|
|