BoundingBox Constructor
Creates an instance of BoundingBox.
Syntax
'Declaration
Public Sub New ( _
min As Vector3, _
max As Vector3 _
)
public BoundingBox (
Vector3 min,
Vector3 max
)
public:
BoundingBox(
Vector3 min,
Vector3 max
)
Parameters
- min
Type: Vector3
The minimum point the BoundingBox includes. - max
Type: Vector3
The maximum point the BoundingBox includes.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
BoundingBox Structure
BoundingBox Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone