SPH
|
Trait for finding intersections with a sphere. More...
#include <Bvh.h>
Public Member Functions | |
BvhSphere ()=default | |
BvhSphere (const Vector ¢er, const Float radius) | |
INLINE bool | getIntersection (const Ray &ray, IntersectionInfo &intersection) const |
INLINE Box | getBBox () const |
INLINE Vector | getCenter () const |
Additional Inherited Members | |
![]() | |
Size | userData = Size(-1) |
Generic user data, can be used to store additional information to the primitives. More... | |
|
default |
|
inline |