tqec.templates.enums.CornerPositionEnum

class CornerPositionEnum(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Represents a corner.

Corner positions are stored as coordinates in the coordinate system with: - the origin on the upper-left corner - the X-axis that goes from the origin to the upper-right corner - the Y-axis that goes from the origin to the lower-left corner

__init__(*args, **kwds)

Attributes

LOWER_LEFT

LOWER_RIGHT

UPPER_LEFT

UPPER_RIGHT