Skip to content

Struct jsCoordinate

ClassList > jsCoordinate

A spatial coordinate point in scan system units.

  • #include <joescan_pinchot.h>

Public Attributes

Type Name
double x
The X coordinate in scan system units.
double y
The Y coordinate in scan system units.

Public Attributes Documentation

x

The X coordinate in scan system units.

double x;


y

The Y coordinate in scan system units.

double y;