-
Notifications
You must be signed in to change notification settings - Fork 55
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;
x
(float
)
Horizontal position.
y
(float
)
Vertical position