示例#1
0
 public bool Intersects(Frustum3 boundingFrustum)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public static void Contains(ref Frustum3 boundingFrustum1, ref Frustum3 boundingFrustum2, out ContainmentTypes result)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public static void Intersects(ref Frustum3 boundingFrustum, ref Vec3 point, out bool result)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public ContainmentTypes Contains(Frustum3 boundingFrustum)
 {
     throw new NotImplementedException();
 }