Méthode | Description | |
---|---|---|
FromSelectionRect ( Matrix mView, Matrix mProj, Vector2 min, Vector2 max ) : BoundingFrustum | ||
Intersects ( BoundingFrustum f, Microsoft.Xna.Framework.BoundingBox &box ) : bool |
public static FromSelectionRect ( Matrix mView, Matrix mProj, Vector2 min, Vector2 max ) : BoundingFrustum | ||
mView | Matrix | |
mProj | Matrix | |
min | Vector2 | |
max | Vector2 | |
Résultat | BoundingFrustum |
public static Intersects ( BoundingFrustum f, Microsoft.Xna.Framework.BoundingBox &box ) : bool | ||
f | BoundingFrustum | |
box | Microsoft.Xna.Framework.BoundingBox | |
Résultat | bool |