41 mL > pOther.mL ? mL : pOther.mL,
42 mR < pOther.mR ? mR : pOther.mR,
43 mT > pOther.mT ? mT : pOther.mT,
44 mB < pOther.mB ? mB : pOther.mB);
49 return (mR > mL && mB > mT);
69 mL(pPos.x - (pWidth / 2)),
70 mR(pPos.x + (pWidth / 2)),
71 mT(pPos.y - (pHeight / 2)),
72 mB(pPos.y + (pHeight / 2))
fsRect()
Definition fsRect.h:52
fsS32 bGet() const
Definition fsRect.h:27
fsS32 rGet() const
Definition fsRect.h:25
fsS32 yCoordGet() const
Definition fsRect.h:20
fsS32 lGet() const
Definition fsRect.h:24
fsRect intersectGet(const fsRect &pOther) const
Definition fsRect.h:38
fsBool isValidGet() const
Definition fsRect.h:47
fsS32 widthGet() const
Definition fsRect.h:21
~fsRect()
Definition fsRect.h:76
fsS32 xCoordGet() const
Definition fsRect.h:19
fsRect(const fsPoint &pPos, fsS32 pWidth, fsS32 pHeight)
Definition fsRect.h:68
fsS32 heightGet() const
Definition fsRect.h:22
fsS32 tGet() const
Definition fsRect.h:26
fsRect(fsS32 pL, fsS32 pR, fsS32 pT, fsS32 pB)
Definition fsRect.h:60
fsBool obscuredBy(const fsRect &pOther) const
Definition fsRect.h:29
bool fsBool
Definition fsBaseTypes.h:26
int fsS32
Definition fsBaseTypes.h:20