Box |
The BoxF type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(BoxF, Vector3F) | Addition of a given box and a vector. | |
| Equality(BoxF, BoxF) | Determines whether two given boxes are equal. | |
| (BoxF to Box) | Implicit conversion from BoxF type to Box type for the given value. | |
| Inequality(BoxF, BoxF) | Determines whether two given boxes are unequal. | |
| Multiply(BoxF, Matrix3F) | Multiplication of a given box and a matrix. | |
| Multiply(BoxF, Matrix4F) | Multiplication of a given box and a matrix. |