Ejemplo n.º 1
0
Archivo: Cell.cs Proyecto: Ifry/Nav
 public float Distance2DSqr(Vec3 p)
 {
     return(AABB.Distance2DSqr(p));
 }