Click or drag to resize

SelectionquickselectTy Method

quick select from a list of triangles

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Triangle quickselectTy(
	Triangle[] a,
	int l,
	int r,
	int key
)

Parameters

a
Type: Karamba.Utilities.AABBTreesTriangle

[Missing <param name="a"/> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselectTy(Karamba.Utilities.AABBTrees.Triangle[],System.Int32,System.Int32,System.Int32)"]

l
Type: SystemInt32

[Missing <param name="l"/> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselectTy(Karamba.Utilities.AABBTrees.Triangle[],System.Int32,System.Int32,System.Int32)"]

r
Type: SystemInt32

[Missing <param name="r"/> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselectTy(Karamba.Utilities.AABBTrees.Triangle[],System.Int32,System.Int32,System.Int32)"]

key
Type: SystemInt32

[Missing <param name="key"/> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselectTy(Karamba.Utilities.AABBTrees.Triangle[],System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Triangle

[Missing <returns> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselectTy(Karamba.Utilities.AABBTrees.Triangle[],System.Int32,System.Int32,System.Int32)"]

See Also