ixfx
    Preparing search index...

    Type Alias BarycentricCoord

    type BarycentricCoord = {
        a: number;
        b: number;
        c: number;
    }
    Index

    Properties

    a b c

    Properties

    a: number
    b: number
    c: number