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