|
Triangleintersect Method
|
intersect triangle with ray
Namespace:
Karamba.Utilities.AABBTrees
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AABBVertex intersect(
Ray ray
)
Public Function intersect (
ray As Ray
) As AABBVertex
public:
AABBVertex intersect(
Ray ray
)
member intersect :
ray : Ray -> AABBVertex
Parameters
- ray
- Type: Karamba.Utilities.AABBTreesRay
ray to intersect triangle
Return Value
Type:
AABBVertexpoint of intersection; in case of no intersection the intersection point's valid-attribute is false
See Also