Expands box by amount on each side (in both +ve and -ve directions)

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public void Expand(
	Vector3 amount
)
Visual Basic
Public Sub Expand ( _
	amount As Vector3 _
)
Visual C++
public:
void Expand(
	Vector3 amount
)

Parameters

amount
Type: Vector3

[Missing <param name="amount"/> documentation for "M:JigLibX.Geometry.Box.Expand(Microsoft.Xna.Framework.Vector3)"]

See Also