示例#1
0
文件: Cell.cs 项目: Ifry/Nav
 public float DistanceSqr(Vec3 p)
 {
     return(AABB.DistanceSqr(p));
 }