Point2D structure

Represents a 2D point with unsigned integer coordinates.

Syntax


typedef struct Point2D {
  UINT X;
  UINT Y;
} Point2D;

Members

X

The position of the point on the X axis.

Y

The position of the point on the Y axis.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: