Gets the minimum and maximum extents of the box along the axis, relative to the centre of the box.

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

Syntax

C#
public void GetSpan(
	out float min,
	out float max,
	Vector3 axis
)
Visual Basic
Public Sub GetSpan ( _
	<OutAttribute> ByRef min As Single, _
	<OutAttribute> ByRef max As Single, _
	axis As Vector3 _
)
Visual C++
public:
void GetSpan(
	[OutAttribute] float% min, 
	[OutAttribute] float% max, 
	Vector3 axis
)

Parameters

min
Type: System..::..Single%

[Missing <param name="min"/> documentation for "M:JigLibX.Geometry.Box.GetSpan(System.Single@,System.Single@,Microsoft.Xna.Framework.Vector3)"]

max
Type: System..::..Single%

[Missing <param name="max"/> documentation for "M:JigLibX.Geometry.Box.GetSpan(System.Single@,System.Single@,Microsoft.Xna.Framework.Vector3)"]

axis
Type: Vector3

[Missing <param name="axis"/> documentation for "M:JigLibX.Geometry.Box.GetSpan(System.Single@,System.Single@,Microsoft.Xna.Framework.Vector3)"]

See Also