Skip to main content

CCBoundingBoxI

CCBoundingBoxI

Cocos2D

Type: Struct

Constructors

CCBoundingBoxI(int, int, int, int)

Methods

ContainsPoint(int, int)

System.Boolean ContainsPoint(int, int)(System.Int32 x, System.Int32 y)
Parameters:
x (System.Int32)
y (System.Int32)
Returns:
System.Boolean

ExpandToCircle(ref CCPointI, int)

ExpandToCircle(ref CCPointI, int)(Cocos2D.CCPointI point, System.Int32 radius)
Parameters:
point (Cocos2D.CCPointI)
radius (System.Int32)

ExpandToCircle(int, int, int)

ExpandToCircle(int, int, int)(System.Int32 x, System.Int32 y, System.Int32 radius)
Parameters:
x (System.Int32)
y (System.Int32)
radius (System.Int32)

ExpandToPoint(ref CCPointI)

ExpandToPoint(ref CCPointI)(Cocos2D.CCPointI point)
Parameters:
point (Cocos2D.CCPointI)

ExpandToPoint(int, int)

ExpandToPoint(int, int)(System.Int32 x, System.Int32 y)
Parameters:
x (System.Int32)
y (System.Int32)

ExpandToRect(ref CCBoundingBoxI)

ExpandToRect(ref CCBoundingBoxI)(Cocos2D.CCBoundingBoxI r)
Parameters:
r (Cocos2D.CCBoundingBoxI)

Intersects(ref CCBoundingBoxI)

System.Boolean Intersects(ref CCBoundingBoxI)(Cocos2D.CCBoundingBoxI rect)
Parameters:
rect (Cocos2D.CCBoundingBoxI)
Returns:
System.Boolean

SetLerp(CCBoundingBoxI, CCBoundingBoxI, float)

SetLerp(CCBoundingBoxI, CCBoundingBoxI, float)(Cocos2D.CCBoundingBoxI a, Cocos2D.CCBoundingBoxI b, System.Single ratio)
Parameters:
a (Cocos2D.CCBoundingBoxI)
b (Cocos2D.CCBoundingBoxI)
ratio (System.Single)

Transform(ref CCAffineTransform)

Cocos2D.CCBoundingBoxI Transform(ref CCAffineTransform)(Cocos2D.CCAffineTransform matrix)
Parameters:
matrix (Cocos2D.CCAffineTransform)
Returns:
Cocos2D.CCBoundingBoxI

Fields

MaxX(System.Int32)
MaxY(System.Int32)
MinX(System.Int32)
MinY(System.Int32)
Null(Cocos2D.CCBoundingBoxI)
Zero(Cocos2D.CCBoundingBoxI)

Propertys

Size(Cocos2D.CCSizeI)

Operators

operator ==(CCBoundingBoxI, CCBoundingBoxI)

implicit operator CCRect(CCBoundingBoxI)

operator !=(CCBoundingBoxI, CCBoundingBoxI)