|
| static IEnumerable< Vector3i > | IterateCubeFaces (int x, int y, int z) |
| | Iterate accross the 6 faces of a cube More...
|
| |
| static IEnumerable< Vector3i > | IterateSpace (int w, int l, int h) |
| | Iterates the space. More...
|
| |
| static IEnumerable< Vector3i > | IterateSpace (int x, int y, int z, int w, int l, int h) |
| | Iterates across space w,l,h starting at x,y,z More...
|
| |
| static IEnumerable< Vector3i > | IterateVolume (this Volume vol) |
| | Enumerates all points in a volume. If volume size=0, then no points More...
|
| |
| static IEnumerable< Vector3i > | InnerIterateSpace (int x, int y, int z, int radius_wl, int radius_h) |
| | Enumerates through a cubic area starting at the center and moving outward More...
|
| |
| static IEnumerable< Vector3i > | InnerIterateSpace (int w, int l, int h) |
| | Iterates through a space of a size, starting in the center and moving outward. RADIUS (negatives included) More...
|
| |
A class of helpers that iterate through vector-space