Struct BVHTree::Triangle

Nested Relationships

This struct is a nested type of Template Class BVHTree.

Struct Documentation

struct Triangle

Public Functions

Triangle()

Public Members

uint32_t idx1
uint32_t idx2
uint32_t idx3
BaseVecT center
Normal<float> normal
float d
float d1
float d2
float d3
Normal<float> e1
Normal<float> e2
Normal<float> e3
BoundingBox<BaseVecT> bb