@contentauth/c2pa-js
    Preparing search index...

    An x, y coordinate used for specifying vertices in polygons.

    interface Coordinate {
        x: number;
        y: number;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    x y

    Properties

    x: number

    The coordinate along the x-axis.

    y: number

    The coordinate along the y-axis.