Click or drag to resize

AABBTreebounding_box2 Method

bounding box of the triangles

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void bounding_box2(
	Triangle[] triangles,
	int l,
	int r,
	ref double[] bbox
)

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