Initializes a new instance of the struct. The location of the empty bounding box.
| 45 | /// </summary> |
| 46 | /// <param name="point">The location of the empty bounding box.</param> |
| 47 | BoundingBox(const Vector3& point) |
| 48 | : Minimum(point) |
| 49 | , Maximum(point) |
| 50 | { |
| 51 | } |
| 52 | |
| 53 | /// <summary> |
| 54 | /// Initializes a new instance of the <see cref="BoundingBox"/> struct. |
no outgoing calls
no test coverage detected