Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Point Struct Reference

Definition of a MacOS Point. More...

Public Attributes

int16_t v
 Vertical (Y) coordinate.
 
int16_t h
 Height (X) coordinate.
 

Detailed Description

Definition of a MacOS Point.


Duplicate of the definition found in the MacOS header <MacTypes.h>

This is to allow non-Mac desktop platforms to manipulate data used by MacOS functions and data sharing. It's assumed to be stored on disc in Big Endian format.

Note
This structure is only natively used on MacOS platforms.
See also
Rect

Member Data Documentation

◆ h

int16_t Point::h

Height (X) coordinate.

◆ v

int16_t Point::v

Vertical (Y) coordinate.