Class CCRect

#include <Geode/cocos/cocoa/CCGeometry.h>
classCCRect{ ... }
No description provided
Examples0
Public static methods0
Public member functions13
cocos2d::CCRect&operator=()
No description provided
voidsetRect(,,
floatwidth
,
floatheight
)
No description provided
floatgetMinX()const
No description provided
floatgetMidX()const

/// return the leftmost x-value of current rect

floatgetMaxX()const

/// return the midpoint x-value of current rect

floatgetMinY()const

/// return the rightmost x-value of current rect

floatgetMidY()const

/// return the bottommost y-value of current rect

floatgetMaxY()const

/// return the midpoint y-value of current rect

boolequals()const

/// return the topmost y-value of current rect

boolcontainsPoint()const
No description provided
boolintersectsRect()const
No description provided
floatgetMax()
No description provided
floatgetMin()
No description provided
Fields2
;
No description provided
;
No description provided
Protected member functions0
Protected fields0