Gets the minimum and maximum extents of the triangle along the axis

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

Syntax

C#
public void GetSpan(
	out float min,
	out float max,
	ref Vector3 axis
)
Visual Basic
Public Sub GetSpan ( _
	<OutAttribute> ByRef min As Single, _
	<OutAttribute> ByRef max As Single, _
	ByRef 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.Triangle.GetSpan(System.Single@,System.Single@,Microsoft.Xna.Framework.Vector3@)"]

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

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

axis
Type: Vector3%

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

See Also