示例#1
0
 private bool InBounds(Vector3Int p)
 {
     return(GeometryUtils.InBounds(p, size));
 }
示例#2
0
 private int GetMaskIndex(Vector3Int p)
 {
     return(GeometryUtils.GetMaskIndex(p, size));
 }