Simple constraint
Appearance
If p1 follows p0, then p1 gets its coordinates from the following set of equations:
dx = p0x - p1x
dy = p0y - p1y
l1 = <sqrt>dx2+dy2</sqrt>
p1dx = dx/l1 * r - dx
p1dy = dy/l1 * r - dy
If p1 follows p0, then p1 gets its coordinates from the following set of equations:
dx = p0x - p1x
dy = p0y - p1y
l1 = <sqrt>dx2+dy2</sqrt>
p1dx = dx/l1 * r - dx
p1dy = dy/l1 * r - dy