| 
            
              AABBTreebuild Method 
             | 
          
        
         
            add the centers of triangles and the triangles to the AABB-tree.
            
 
    Namespace: 
   Karamba.Utilities.AABBTrees
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void build(
	double[] triangles
)
Public Sub build ( 
	triangles As Double()
)
public:
void build(
	array<double>^ triangles
)
member build : 
        triangles : float[] -> unit 
Parameters
- triangles
 - Type: SystemDouble
edge positions of triangles to be added. 
See Also