facebook360_dep
Facebook360 Depth Estimation Pipeline
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
fb360_dep::render::RayIntersectionResult Struct Reference

#include <RaytracingPrimitives.h>

Public Member Functions

 RayIntersectionResult (const bool hit, const float dist, const int hitObjectIdx)
 

Static Public Member Functions

static RayIntersectionResult miss ()
 

Public Attributes

bool hit
 
float dist
 
int hitObjectIdx
 

Constructor & Destructor Documentation

◆ RayIntersectionResult()

fb360_dep::render::RayIntersectionResult::RayIntersectionResult ( const bool  hit,
const float  dist,
const int  hitObjectIdx 
)
inline

Member Function Documentation

◆ miss()

static RayIntersectionResult fb360_dep::render::RayIntersectionResult::miss ( )
inlinestatic

Member Data Documentation

◆ dist

float fb360_dep::render::RayIntersectionResult::dist

◆ hit

bool fb360_dep::render::RayIntersectionResult::hit

◆ hitObjectIdx

int fb360_dep::render::RayIntersectionResult::hitObjectIdx

The documentation for this struct was generated from the following file: