Пример #1
0
 public bool Intersects(ref Triangle t, CollisionContent cc)
 {
   return t.Intersects(cc, ref sphere);
 }
Пример #2
0
 public bool Intersects(ref Triangle t, CollisionContent cc)
 {
   float dd = collRayD;
   return t.Intersects(cc, ref collRay, ref dd);
 }