|
static float | Area (this Bounds bounds) |
|
static Bounds | CombineWith (this Bounds bounds, Bounds other) |
| Returns the bounds that enclose both these bounds and the other ones.
|
|
static bool | Contains (this Bounds bounds, Bounds other) |
| Returns true if the other bounds are completely contained in the these bounds.
|
|
static FixedList128Bytes< float3 > | GetCornerPoints (this Bounds bounds) |
|
static bool | IsDegenerate (ref this Bounds bounds) |
|
static bool | Overlaps (this Bounds bounds, Bounds other) |
|
static float | OverlapVolume (this Bounds bounds0, Bounds bounds1) |
|
static Bounds[] | Subdivide (this Bounds bounds) |
| Divides the boundary into eight smaller boundaries (like in an octree). The results are ordered in a Z-Curve.
|
|
static void | Subdivide (this Bounds bounds, ref NativeList< Bounds > subdividedBounds) |
| Divides the boundary into eight smaller boundaries (like in an octree). The results are ordered in a Z-Curve.
|
|
static float | Volume (this Bounds bounds) |
|