Méthode | Description | |
---|---|---|
GetEntries ( Microsoft.Xna.Framework.BoundingBox box, IList |
Collects all entries with bounding boxes which intersect the given bounding box.
|
|
GetEntries ( BoundingFrustum frustum, IList |
Collects all entries with bounding boxes which intersect the given frustum.
|
|
GetEntries ( BoundingSphere sphere, IList |
Collects all entries with bounding boxes which intersect the given sphere.
|
|
RayCast ( Microsoft.Xna.Framework.Ray ray, IList |
Finds all intersections between the ray and broad phase entries.
|
|
RayCast ( Microsoft.Xna.Framework.Ray ray, float maximumLength, IList |
Finds all intersections between the ray and broad phase entries.
|
Méthode | Description | |
---|---|---|
DynamicHierarchyQueryAccelerator ( |
public GetEntries ( Microsoft.Xna.Framework.BoundingBox box, IList |
||
box | Microsoft.Xna.Framework.BoundingBox | Bounding box to test against the world. |
entries | IList |
Entries of the space which intersect the bounding box. |
Résultat | void |
public GetEntries ( BoundingFrustum frustum, IList |
||
frustum | BoundingFrustum | Frustum to test against the world. |
entries | IList |
Entries of the space which intersect the frustum. |
Résultat | void |
public GetEntries ( BoundingSphere sphere, IList |
||
sphere | BoundingSphere | Sphere to test against the world. |
entries | IList |
Entries of the space which intersect the sphere. |
Résultat | void |
public RayCast ( Microsoft.Xna.Framework.Ray ray, IList |
||
ray | Microsoft.Xna.Framework.Ray | Ray to test against the structure. |
entries | IList |
Entries which have bounding boxes that overlap the ray. |
Résultat | bool |
public RayCast ( Microsoft.Xna.Framework.Ray ray, float maximumLength, IList |
||
ray | Microsoft.Xna.Framework.Ray | Ray to test against the structure. |
maximumLength | float | Maximum length of the ray in units of the ray's direction's length. |
entries | IList |
Entries which have bounding boxes that overlap the ray. |
Résultat | bool |