facebook360_dep
Facebook360 Depth Estimation Pipeline
Classes | Functions
fb360_dep::render Namespace Reference

Classes

struct  BoundingVolumeHierarchy
 
class  MeshSimplifier
 
struct  Ray
 
struct  RayIntersectionResult
 
struct  Sphere
 
struct  Triangle
 

Functions

RayIntersectionResult rayIntersectTriangle (const Ray &ray, const Triangle &tri)
 
bool rayIntersectSphereYesNo (const Ray &ray, const Sphere &sphere)
 

Function Documentation

◆ rayIntersectSphereYesNo()

bool fb360_dep::render::rayIntersectSphereYesNo ( const Ray ray,
const Sphere sphere 
)

◆ rayIntersectTriangle()

RayIntersectionResult fb360_dep::render::rayIntersectTriangle ( const Ray ray,
const Triangle tri 
)