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