Home
last modified time | relevance | path

Searched refs:CylinderIntersect (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/rayshade/rayshade.4.0/libray/libobj/
H A Dcylinder.h37 extern int CylinderIntersect(), CylinderEnter(), CylinderNormal();
H A Dcylinder.c67 iCylinderMethods->intersect = CylinderIntersect; in CylinderMethods()
82 CylinderIntersect(cyl, ray, mindist, maxdist) in CylinderIntersect() function
/dports/math/vtk8/VTK-8.2.0/Rendering/OptiX/CUDA/
H A DCylinder.cu154 RT_PROGRAM void CylinderIntersect( int prim_idx ) in CylinderIntersect() function