Click or drag to resize

AABBTreeintersect Method

intersect the AABB-tree with a ray.

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<AABBVertex> intersect(
	Ray ray
)

Parameters

ray
Type: Karamba.Utilities.AABBTreesRay
ray for checking intersection.

Return Value

Type: ListAABBVertex
intersection points.
See Also