Bounds.*
static Bounds *(Bounds a, float b)
This operator will create a new Bounds that has been properly scaled up by the float. This does affect the center position of the Bounds.
| Bounds a | The source Bounds. |
| float b | A scalar multiplier for the Bounds. |
| RETURNS: Bounds | A new Bounds that has been scaled. |
static Bounds *(Bounds a, Vec3 b)
This operator will create a new Bounds that has been properly scaled up by the Vec3. This does affect the center position of the Bounds.
| Bounds a | The source Bounds. |
| Vec3 b | A Vec3 multiplier for the Bounds. |
| RETURNS: Bounds | A new Bounds that has been scaled. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!