예제 #1
0
 public bool point_in_cell(Vector3 point)
 {
     return(CellBSP.point_inside_cell_bsp(point));
 }