| 
            
              SelectionqsTz Method (Triangle, Int32, Int32)
             | 
          
        
         
            Quick select from a list of triangles.
            
 
    Namespace: 
   Karamba.Utilities.AABBTrees
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Triangle qsTz(
	Triangle[] array,
	int l,
	int r
)
Public Shared Function qsTz ( 
	array As Triangle(),
	l As Integer,
	r As Integer
) As Triangle
public:
static Triangle qsTz(
	array<Triangle>^ array, 
	int l, 
	int r
)
static member qsTz : 
        array : Triangle[] * 
        l : int * 
        r : int -> Triangle 
Parameters
- array
 - Type: Karamba.Utilities.AABBTreesTriangle
Triangles to select from. - l
 - Type: SystemInt32
Left value. - r
 - Type: SystemInt32
Right value. 
Return Value
Type: 
TriangleSelected triangle.
See Also