예제 #1
0
파일: Cell.cs 프로젝트: Ifry/Nav
 public float Distance2DSqr(Vec3 p)
 {
     return(AABB.Distance2DSqr(p));
 }