메소드 | 설명 | |
---|---|---|
FastFrustum ( BoundingFrustum source ) : System | ||
FastFrustum ( Matrix &cameraMatrix ) : System | ||
Intersects ( Microsoft.Xna.Framework.BoundingBox box ) : bool | ||
Intersects ( BoundingSphere sphere ) : bool |
public FastFrustum ( BoundingFrustum source ) : System | ||
source | BoundingFrustum | |
리턴 | System |
public FastFrustum ( Matrix &cameraMatrix ) : System | ||
cameraMatrix | Matrix | |
리턴 | System |
public Intersects ( Microsoft.Xna.Framework.BoundingBox box ) : bool | ||
box | Microsoft.Xna.Framework.BoundingBox | |
리턴 | bool |
public Intersects ( BoundingSphere sphere ) : bool | ||
sphere | BoundingSphere | |
리턴 | bool |