Exemplo n.º 1
0
 public bool Intersects(BoundingFrustum3 boundingFrustum)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static void Contains(ref BoundingFrustum3 boundingFrustum1, ref BoundingFrustum3 boundingFrustum2, out ContainmentTypes result)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public static void Intersects(ref BoundingFrustum3 boundingFrustum, ref Vector3 point, out bool result)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public ContainmentTypes Contains(BoundingFrustum3 boundingFrustum)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public ContainmentTypes Contains(BoundingFrustum3 boundingFrustum)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public static void Intersects(ref BoundingFrustum3 boundingFrustum1, ref BoundingFrustum3 boundingFrustum2, out bool result)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public static void Contains(ref BoundingFrustum3 boundingFrustum1, ref BoundingFrustum3 boundingFrustum2, out ContainmentTypes result)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public bool Intersects(BoundingFrustum3 boundingFrustum)
 {
     throw new NotImplementedException();
 }