Taos API Reference
    Preparing search index...

    Interface PlacedGlyph

    A glyph positioned on a road: the center of its quad + the tangent angle (radians, y-down).

    interface PlacedGlyph {
        cx: number;
        cy: number;
        angle: number;
    }
    Index

    Properties

    Properties

    cx: number
    cy: number
    angle: number