Click or drag to resize

AABBTreeintersect Method

intersect the AABB-tree with a ray

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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