Пример #1
0
 public ContainmentType Contains(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public bool Intersects(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public static BoundingSphere CreateFromFrustum(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public PlaneIntersectionType Intersects(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public void Contains(ref BoundingFrustum frustum, out ContainmentType result)
 {
     throw new NotImplementedException();
 }