Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] I dont know for what this structure is used, but right now both look like logical, top value is same

[DiscordArchive] I dont know for what this structure is used, but right now both look like logical, top value is same

[DiscordArchive] I dont know for what this structure is used, but right now both look like logical, top value is same

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
05-06-2023, 07:38 AM
#11
Archived author: Intemporel • Posted: 2023-05-06T07:38:14.366000+00:00
Original source

Yeah, then maybe it’s a union
rektbyfaith
05-06-2023, 07:38 AM #11

Archived author: Intemporel • Posted: 2023-05-06T07:38:14.366000+00:00
Original source

Yeah, then maybe it’s a union

rektbyfaith
Administrator
0
05-06-2023, 09:50 AM
#12
Archived author: robinsch • Posted: 2023-05-06T09:50:29.628000+00:00
Original source

class CRect {
public:
// Static functions
static CRect Intersection(const CRect& l, const CRect& r);

// Member variables
float minY = 0.0f; // t
float minX = 0.0f; // l
float maxY = 0.0f; // b
float maxX = 0.0f; // r
}
rektbyfaith
05-06-2023, 09:50 AM #12

Archived author: robinsch • Posted: 2023-05-06T09:50:29.628000+00:00
Original source

class CRect {
public:
// Static functions
static CRect Intersection(const CRect& l, const CRect& r);

// Member variables
float minY = 0.0f; // t
float minX = 0.0f; // l
float maxY = 0.0f; // b
float maxX = 0.0f; // r
}

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)