Click or drag to resize
DigitalRuneAabbExtent Property
Gets the extent vector (Maximum - Minimum).

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Vector3F Extent { get; }

Property Value

Type: Vector3F
The extent (the widths in x, y, and z) of the AABB.
See Also