ixfx
    Preparing search index...

    A line, which consists of an a and b Point.

    type Line = {
        a: Point;
        b: Point;
    }
    Index

    Properties

    a b

    Properties