Click or drag to resize

AABBTreeNodeintersect Method

true if the ray intersects the AABB-tree.

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool intersect(
	Ray r
)

Parameters

r
Type: Karamba.Utilities.AABBTreesRay
ray to intersect.

Return Value

Type: Boolean
return true if the ray intersects the AABB-tree.
See Also