@situm/react-native
    Preparing search index...

    Type Alias CartesianCoordinate

    A structure that contains cartesian coordinate.

    type CartesianCoordinate = {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    Value of coordinate at x-axis

    y: number

    Value of coordinate at y-axis