AlignmentContext

Context information for vertex alignment

Attributes: rotation1: Rotation of first shape in degrees rotation2: Rotation of second shape in degrees closed1: Whether first shape is closed closed2: Whether second shape is closed

Constructor

AlignmentContext(
    rotation1: float = 0,
    rotation2: float = 0,
    closed1: bool = True,
    closed2: bool = True
) -> None