메소드 |
설명 |
|
BoundingFrustum3 ( Matrix4 matrix ) : System |
|
|
Contains ( BoundingBox3 boundingBox ) : ContainmentTypes |
|
|
Contains ( BoundingFrustum3 boundingFrustum ) : ContainmentTypes |
|
|
Contains ( BoundingSphere3 boundingSphere ) : ContainmentTypes |
|
|
Contains ( Vector3 point ) : ContainmentTypes |
|
|
Contains ( BoundingFrustum3 &boundingFrustum, BoundingBox3 &boundingBox, ContainmentTypes &result ) : void |
|
|
Contains ( BoundingFrustum3 &boundingFrustum1, BoundingFrustum3 &boundingFrustum2, ContainmentTypes &result ) : void |
|
|
Contains ( BoundingFrustum3 &boundingFrustum, BoundingSphere3 &boundingSphere, ContainmentTypes &result ) : void |
|
|
Contains ( BoundingFrustum3 &boundingFrustum, Vector3 &point, ContainmentTypes &result ) : void |
|
|
Intersects ( BoundingBox3 boundingBox ) : bool |
|
|
Intersects ( BoundingFrustum3 boundingFrustum ) : bool |
|
|
Intersects ( BoundingSphere3 boundingSphere ) : bool |
|
|
Intersects ( Vector3 point ) : bool |
|
|
Intersects ( BoundingFrustum3 &boundingFrustum, BoundingBox3 &boundingBox, bool &result ) : void |
|
|
Intersects ( BoundingFrustum3 &boundingFrustum1, BoundingFrustum3 &boundingFrustum2, bool &result ) : void |
|
|
Intersects ( BoundingFrustum3 &boundingFrustum, BoundingSphere3 &boundingSphere, bool &result ) : void |
|
|
Intersects ( BoundingFrustum3 &boundingFrustum, Vector3 &point, bool &result ) : void |
|
|