Class Bezier3

java.lang.Object
com.marginallyclever.convenience.bezier3.Bezier3

public class Bezier3 extends Object
3D Bezier curve implementation. All points are in the same space - p1 and p2 are not relative to p0 and p3, respectively. See Wikipedia