|
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)
Syntaxpublic bool intersect(
Ray r
)
Public Function intersect (
r As Ray
) As Boolean
public:
bool intersect(
Ray r
)
member intersect :
r : Ray -> bool
Parameters
- r
- Type: Karamba.Utilities.AABBTreesRay
ray to intersect
Return Value
Type:
Booleantrue if the ray intersects the AABB-tree
See Also