Skip to content

MTY_Point

chrisd1100 edited this page Apr 9, 2023 · 2 revisions

A point with an x and y coordinate.

typedef struct {
    float x;
    float y;
} MTY_Point;

Members

x (float)

Horizontal position.

y (float)

Vertical position

See also

Module: App

Clone this wiki locally