Box Operators |
The Box type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Box, Vector3) | Addition of a given box and a vector. | |
| Equality(Box, Box) | Determines whether two given boxes are equal. | |
| Inequality(Box, Box) | Determines whether two given boxes are unequal. | |
| Multiply(Box, Matrix3) | Multiplication of a given box and a matrix. | |
| Multiply(Box, Matrix4) | Multiplication of a given box and a matrix. |