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: 1.0.0.0 (1.0.0.0)
Syntax
public bool intersect(
	Ray r
)

Parameters

r
Type: Karamba.Utilities.AABBTreesRay
ray to intersect

Return Value

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