Skip to content

Struct evab::Coor

ClassList > evab > Coor

Coordinate structure for positions and sizes on screen.

  • #include <evabCoor.h>

Public Attributes

Type Name
unsigned char X
unsigned char Y
X and Y coordinates.

Public Functions

Type Name
Coor (int x=0, int y=0)
Constructor with default values.

Public Attributes Documentation

variable X

unsigned char evab::Coor::X;

variable Y

X and Y coordinates.

unsigned char evab::Coor::Y;

Public Functions Documentation

function Coor

Constructor with default values.

evab::Coor::Coor (
    int x=0,
    int y=0
) 

Parameters:

  • x X coordinate (default 0)
  • y Y coordinate (default 0)


The documentation for this class was generated from the following file src/evabCoor.h