Click or drag to resize
DigitalRuneAabbGrow Method (Vector3F)
Grows the AABB so that it includes the given point.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public void Grow(
	Vector3F point
)

Parameters

point
Type: DigitalRune.Mathematics.AlgebraVector3F
The point to include.
See Also