| BoxShape Constructor (Vector3F) |
Initializes a new instance of the
BoxShape class from the given extent vector.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public BoxShape(
Vector3F extent
)
Public Sub New (
extent As Vector3F
)
public:
BoxShape(
Vector3F extent
)
new :
extent : Vector3F -> BoxShape
Parameters
- extent
- Type: DigitalRune.Mathematics.AlgebraVector3F
The extent of the box.
See Also