Public Attributes | List of all members
lvr2::BVHRaycaster< IntT >::TriangleIntersectionResult Struct Reference

A struct to return the calculation results of a triangle intersection. More...

#include <BVHRaycaster.hpp>

Public Attributes

bool hit
 
float hitDist
 
unsigned int pBestTriId
 
Vector3f pointHit
 

Detailed Description

template<typename IntT>
struct lvr2::BVHRaycaster< IntT >::TriangleIntersectionResult

A struct to return the calculation results of a triangle intersection.

Definition at line 92 of file BVHRaycaster.hpp.

Member Data Documentation

◆ hit

template<typename IntT >
bool lvr2::BVHRaycaster< IntT >::TriangleIntersectionResult::hit

Definition at line 93 of file BVHRaycaster.hpp.

◆ hitDist

template<typename IntT >
float lvr2::BVHRaycaster< IntT >::TriangleIntersectionResult::hitDist

Definition at line 96 of file BVHRaycaster.hpp.

◆ pBestTriId

template<typename IntT >
unsigned int lvr2::BVHRaycaster< IntT >::TriangleIntersectionResult::pBestTriId

Definition at line 94 of file BVHRaycaster.hpp.

◆ pointHit

template<typename IntT >
Vector3f lvr2::BVHRaycaster< IntT >::TriangleIntersectionResult::pointHit

Definition at line 95 of file BVHRaycaster.hpp.


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


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:27