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