Position based on one corner. sideLengths are the full side lengths (each element must be >= 0)

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

Syntax

C#
public AABox(
	Vector3 minPos,
	Vector3 maxPos
)
Visual Basic
Public Sub New ( _
	minPos As Vector3, _
	maxPos As Vector3 _
)
Visual C++
public:
AABox(
	Vector3 minPos, 
	Vector3 maxPos
)

Parameters

minPos
Type: Vector3

[Missing <param name="minPos"/> documentation for "M:JigLibX.Geometry.AABox.#ctor(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)"]

maxPos
Type: Vector3

[Missing <param name="maxPos"/> documentation for "M:JigLibX.Geometry.AABox.#ctor(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)"]

See Also