Property | Type | Description | |
---|---|---|---|
max | Vector2 | ||
min | Vector2 | ||
valid | bool |
Method | Description | |
---|---|---|
Add ( float x, float y ) : void | ||
BoundingSquare ( Vector2 &min, Vector2 &max ) : System | ||
Clear ( ) : void | ||
Contains ( float x, float y ) : bool | ||
Intersects ( |
public BoundingSquare ( Vector2 &min, Vector2 &max ) : System | ||
min | Vector2 | |
max | Vector2 | |
return | System |
public Intersects ( |
||
aabb | ||
return | bool |