示例#1
0
 public bool Intersects(BoundingFrustum frustum)
 {
     return(frustum.Intersects(this));
 }
示例#2
0
 public static BoundingSphere CreateFromFrustum(BoundingFrustum frustum)
 {
     return(BoundingSphere.CreateFromPoints(frustum.GetCorners()));
 }