ixfx
    Preparing search index...

    Type Alias Triangle

    type Triangle = {
        a: Point;
        b: Point;
        c: Point;
    }
    Index

    Properties

    a b c

    Properties