Struct BVHRaycaster::TriangleIntersectionResult

Nested Relationships

This struct is a nested type of Template Class BVHRaycaster.

Struct Documentation

struct TriangleIntersectionResult

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

Public Members

bool hit
unsigned int pBestTriId
Vector3f pointHit
float hitDist