If you define a polygon - say, for simplicity, a triangle - as a list of functions, defined piecewise, for example:
- $a(x)=2x$ defined on $[0,1]$
- $b(x)=-2x+2$ defined on $[1,2]$
- $c(x)=0$ defined on $[0,2]$
What do you get by deriving the functions on their intervals and plotting $a'(x)$, $b'(x)$ and $c'(x)$? (In this specific case, the result is made of three segments parallel to the x axis, but what is the result of any given polygon?)