RAIMAD

Class RectWire from raimad.rectwire

class RectWire
A rectangle defined by two points and a thickness.
def _make(self, p1: 'rai.typing.Point', p2: 'rai.typing.Point', width: float) -> None:
    """
    
    """