Method | Description | |
---|---|---|
Contains ( |
||
Encompass ( |
||
Inflate ( |
||
Inflate ( |
||
Intersection ( |
||
Intersects ( |
||
IntersectsSegment ( |
||
Move ( |
||
Offset ( |
||
Offset ( |
||
OffsetX ( |
public static Contains ( |
||
a | ||
b | ||
return | bool |
public static Encompass ( |
||
a | ||
b | ||
return |
public static Inflate ( |
||
a | ||
factor | float | |
return |
public static Inflate ( |
||
a | ||
factorX | float | |
factorY | float | |
return |
public static Intersection ( |
||
r1 | ||
r2 | ||
intersection | ||
return | bool |
public static Intersects ( |
||
r1 | ||
r2 | ||
return | bool |
public static IntersectsSegment ( |
||
rect | ||
p1 | Vector2 | |
p2 | Vector2 | |
return | bool |
public static Move ( |
||
r | ||
delta | Vector2 | |
return |
public static Offset ( |
||
a | ||
b | ||
return |
public static Offset ( |
||
r | ||
offsetX | float | |
offsetY | float | |
return |
public static OffsetX ( |
||
r | ||
offsetX | float | |
return |