ixfx
    Preparing search index...
    type Triangle = {
        a: Point;
        b: Point;
        c: Point;
    }
    Index

    Properties

    a b c

    Properties