Property | Type | Description | |
---|---|---|---|
Min | Vector2 | ||
Zero |
Method | Description | |
---|---|---|
BoundingBox2 ( Vector2 min, Vector2 max ) : System | ||
FromPoints ( IList |
||
Intersects ( |
||
Intersects ( |
||
Intersects ( |
||
Intersects ( |
||
Merge ( |
||
Merge ( |
public BoundingBox2 ( Vector2 min, Vector2 max ) : System | ||
min | Vector2 | |
max | Vector2 | |
return | System |
public static FromPoints ( IList |
||
points | IList |
|
return |
public Intersects ( |
||
boundingBox | ||
return | bool |
public Intersects ( |
||
boundingSphere | ||
return | bool |
public static Intersects ( |
||
boundingBox1 | ||
boundingBox2 | ||
result | bool | |
return | void |
public static Intersects ( |
||
boundingBox | ||
boundingSphere | ||
result | bool | |
return | void |
public Merge ( |
||
boundingBox2 | ||
return |
public static Merge ( |
||
boundingBox1 | ||
boundingBox2 | ||
result | ||
return | void |