Pulley
data class Pulley(val circle0: Circle, val circle1: Circle) : LinearType<Pulley> , GeometricPrimitive2D(source)
Represents a pulley system defined by two circles.
This class models a geometric structure where two circles are connected with tangential lines, forming a pulley-like system. The Pulley
class provides operations for scaling, addition, and subtraction, as well as generating a contour that represents the shape of the pulley.