Skip to main content

Point

touchgfx/Matrix3x3.hpp

A simple struct containing coordinates.

Public Attributes

floatx
The x coordinate.
floaty
The y coordinate.

Public Attributes Documentation

x

float x

The x coordinate.

y

float y

The y coordinate.