| 
            
              AABBTreebounding_box2 Method 
             | 
          
        
         
            bounding box of the triangles.
            
 
    Namespace: 
   Karamba.Utilities.AABBTrees
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static void bounding_box2(
	Triangle[] triangles,
	int l,
	int r,
	ref double[] bbox
)
Public Shared Sub bounding_box2 ( 
	triangles As Triangle(),
	l As Integer,
	r As Integer,
	ByRef bbox As Double()
)
public:
static void bounding_box2(
	array<Triangle>^ triangles, 
	int l, 
	int r, 
	array<double>^% bbox
)
static member bounding_box2 : 
        triangles : Triangle[] * 
        l : int * 
        r : int * 
        bbox : float[] byref -> unit 
Parameters
- triangles
 - Type: Karamba.Utilities.AABBTreesTriangle
list of triangles. - l
 - Type: SystemInt32
lower index of triangles to be considered. - r
 - Type: SystemInt32
upper limit v. - bbox
 - Type: SystemDouble
bounding box. 
See Also