Property | Type | Description | |
---|---|---|---|
LastCollisionPoint | CCPoint |
Method | Description | |
---|---|---|
CollideAgainst ( |
||
CreateRectangle ( float width, float height ) : |
||
GetNormalClosestTo ( CCPoint point, float &distance ) : CCPoint | ||
IsPointInside ( float x, float y ) : bool | ||
Polygon ( ) : System | ||
VectorFrom ( float x, float y, CCPoint vertices, int &pointIndexBefore ) : CCPoint |
Method | Description | |
---|---|---|
ReactToPointsSet ( ) : void | ||
UpdateAbsolutePoints ( ) : void |
public CollideAgainst ( |
||
circle | ||
return | bool |
public static CreateRectangle ( float width, float height ) : |
||
width | float | |
height | float | |
return |
public GetNormalClosestTo ( CCPoint point, float &distance ) : CCPoint | ||
point | CCPoint | |
distance | float | |
return | CCPoint |
public IsPointInside ( float x, float y ) : bool | ||
x | float | |
y | float | |
return | bool |
public static VectorFrom ( float x, float y, CCPoint vertices, int &pointIndexBefore ) : CCPoint | ||
x | float | |
y | float | |
vertices | CCPoint | |
pointIndexBefore | int | |
return | CCPoint |