Click or drag to resize

AABBTreebuild Method

add the centers of triangles and the triangles to the AABB-tree

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void build(
	double[] triangles
)

Parameters

triangles
Type: SystemDouble
edge positions of triangles to be added
See Also