meo-skia-canvas
    Preparing search index...

    Interface DOMPointInit

    The fields DOMPoint.fromPoint reads a point from.

    interface DOMPointInit {
        w?: number;
        x?: number;
        y?: number;
        z?: number;
    }
    Index
    w?: number

    Perspective component. Defaults to 1.

    x?: number

    Horizontal coordinate. Defaults to 0.

    y?: number

    Vertical coordinate. Defaults to 0.

    z?: number

    Depth coordinate, used by the 3D matrix operations. Defaults to 0.