Click or drag to resize

Triangleintersect Method

intersect triangle with ray

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AABBVertex intersect(
	Ray ray
)

Parameters

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

Return Value

Type: AABBVertex
point of intersection; in case of no intersection the intersection point's valid-attribute is false
See Also