/* Fonction accel Syntaxe 1 : pair accel(path p, int t, int sign=0); If sign < 0, return the acceleration of the incoming path p at node t ; if sign > 0, return the acceleration of the outgoing path. if sign=0, the mean of these two accelerations is returned. Syntaxe 2 : pair accel(path p, real t); returns the acceleration of the path p at the point t. */ import geometry; size(7.5cm,0); path p=(-5,0)..(10,0)..(10,10)..(0,20)..(-10,20)..(-5,15)..cycle; draw("p",p); dot(p,2bp+black); pair po, pa; for(real k=0; k