Click or drag to resize
DigitalRuneBoxShape Constructor (Vector3F)
Initializes a new instance of the BoxShape class from the given extent vector.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public BoxShape(
	Vector3F extent
)

Parameters

extent
Type: DigitalRune.Mathematics.AlgebraVector3F
The extent of the box.
See Also