Свойство | Тип | Описание | |
---|---|---|---|
LowerBound | |||
UpperBound |
Метод | Описание | |
---|---|---|
AABB ( ) : System |
Creates the default object, with vertices at 0,0 and 0,0.
|
|
AABB ( |
Copies from the given object
|
|
AABB ( |
Creates an AABB object using the given bounding vertices.
|
|
Combine ( |
Combines another aabb with this one
|
|
Combine ( |
Combine two AABBs into this one.
|
|
Contains ( |
Does this aabb contain the provided AABB.
|
|
GetCenterToOut ( |
||
GetExtentsToOut ( |
||
GetVertices ( |
||
Raycast ( |
||
Raycast ( |
From Real-time Collision Detection, p179.
|
|
Set ( |
Sets this object from the given object
|
|
TestOverlap ( |
||
ToString ( ) : String |
public AABB ( |
||
copy | the object to copy from | |
Результат | System |
public AABB ( |
||
lowerVertex | the bottom left vertex of the bounding box | |
upperVertex | the top right vertex of the bounding box | |
Результат | System |
public Combine ( |
||
aabb1 | ||
aab | ||
Результат | void |
public GetCenterToOut ( |
||
result | ||
Результат | void |
public GetExtentsToOut ( |
||
result | ||
Результат | void |
public GetVertices ( |
||
argRay | ||
Результат | void |
public Raycast ( |
||
output | ||
input | ||
Результат | bool |
public Raycast ( |
||
output | ||
input | ||
argPool | IWorldPool | |
Результат | bool |
public Set ( |
||
aabb | the object to copy from | |
Результат | void |
public static TestOverlap ( |
||
a | ||
b | ||
Результат | bool |