Esempio n. 1
0
File: Cell.cs Progetto: Ifry/Nav
 public float DistanceSqr(Vec3 p)
 {
     return(AABB.DistanceSqr(p));
 }