Type alias CartesianCoordinate

CartesianCoordinate: {
    x: number;
    y: number;
}

Type declaration

  • x: number
  • y: number

Name

CartesianCoordinate

Description

A structure that contains cartesian coordinate.

Generated using TypeDoc