BoundingSphere.Intersects 方法
测试 BoundingSphere 中与对象的交集。
重载列表
方法 | 说明 |
---|---|
BoundingSphere::Intersects (XMVECTOR) | 测试 BoundingSphere 与平面的交集。 |
BoundingSphere::Intersects (const BoundingBox&) | 测试 BoundingSphere 与 BoundingBox 的交集。 |
BoundingSphere::Intersects (const BoundingSphere&) | 测试 BoundingSphere 与 BoundingSphere 的交集。 |
BoundingSphere::Intersects (const BoundingFrustum&) | 测试 BoundingSphere 中与 BoundingFrustum 的交集。 |
BoundingSphere::Intersects (XMVECTOR,XMVECTOR,float&) | 测试 BoundingSphere 中与光线的交集。 |
BoundingSphere::Intersects (XMVECTOR,XMVECTOR,XMVECTOR) | 测试 BoundingSphere 中与三角形的交集。 |
BoundingSphere::Intersects (const BoundingOrientedBox&) | 测试 BoundingSphere 与 BoundingOrientedBox 的交集。 |
请参阅
-
引用