Beispiel #1
0
 public ContainmentType Contains(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public bool Intersects(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
 public static BoundingSphere CreateFromFrustum(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public PlaneIntersectionType Intersects(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
 public void Contains(ref BoundingFrustum frustum, out ContainmentType result)
 {
     throw new NotImplementedException();
 }