News

Path A series of points joined by straight line segements. Bezier Curve A polynomial curve defined by a list of control points. The curve starts at the first control point and ends at the last one.
Sometimes you want to take a 3D shape like a sphere, and cut it in half. The BOSL2 library provides a number of ways to do this: ...