Свойство | Тип | Описание | |
---|---|---|---|
Min | Vector2 | ||
Zero |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public static FromPoints ( IList |
||
points | IList |
|
Результат |
public Intersects ( |
||
boundingBox | ||
Результат | bool |
public Intersects ( |
||
boundingSphere | ||
Результат | bool |
public static Intersects ( |
||
boundingBox1 | ||
boundingBox2 | ||
result | bool | |
Результат | void |
public static Intersects ( |
||
boundingBox | ||
boundingSphere | ||
result | bool | |
Результат | void |
public Merge ( |
||
boundingBox2 | ||
Результат |
public static Merge ( |
||
boundingBox1 | ||
boundingBox2 | ||
result | ||
Результат | void |