Type Alias BarycentricCoord

BarycentricCoord: {
    a: number;
    b: number;
    c: number;
}