Beispiel #1
0
Datei: Cell.cs Projekt: Ifry/Nav
 public float Distance2DSqr(Vec3 p)
 {
     return(AABB.Distance2DSqr(p));
 }