Пример #1
0
Файл: Cell.cs Проект: Ifry/Nav
 public float DistanceSqr(Vec3 p)
 {
     return(AABB.DistanceSqr(p));
 }