In this problem we chose 4 points random, crafted a Bezier spline and partitioned it into 4 equal segments. From there we wrote an application that traversed the curve at a constant, s^(1/3) and s^2.
Red - Cube Root
Green - Squared
Blue - Constant
Code - Problem 6/7