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