Inherits IEquatable< GridBounds3 >.
|
bool | Contains (GridBounds3 bounds) |
|
bool | Contains (Point3 point) |
|
void | Encapsulate (GridBounds3 bounds) |
|
void | Encapsulate (Point3 point) |
|
bool | Equals (GridBounds3 other) |
|
override bool | Equals (object obj) |
|
void | Expand (int left, int right, int up, int down, int front, int back) |
|
GridBounds3 | GetDivided (Point3 scale) |
|
GridBounds3 | GetExpanded (int left, int right, int up, int down, int front, int back) |
|
GridBounds3 | GetExpanded (int leftRight, int upDown, int frontBack) |
|
override int | GetHashCode () |
|
GridBounds3 | GetIntersection (GridBounds3 other) |
|
| GridBounds3 (int minX, int minY, int minZ, int width, int height, int depth) |
|
| GridBounds3 (Point3 min, Point3 size) |
|
override string | ToString () |
|