KiCad PCB EDA Suite
|
Public Member Functions | |
BVHPrimitiveInfo () | |
BVHPrimitiveInfo (int aPrimitiveNumber, const BBOX_3D &aBounds) | |
Public Attributes | |
int | primitiveNumber |
BBOX_3D | bounds |
SFVEC3F | centroid |
Definition at line 86 of file bvh_pbrt.cpp.
|
inline |
Definition at line 88 of file bvh_pbrt.cpp.
References bounds, centroid, primitiveNumber, and BBOX_3D::Reset().
|
inline |
Definition at line 95 of file bvh_pbrt.cpp.
BBOX_3D BVHPrimitiveInfo::bounds |
Definition at line 101 of file bvh_pbrt.cpp.
Referenced by BVHPrimitiveInfo().
SFVEC3F BVHPrimitiveInfo::centroid |
Definition at line 102 of file bvh_pbrt.cpp.
Referenced by BVHPrimitiveInfo(), CompareToMid::operator()(), ComparePoints::operator()(), and CompareToBucket::operator()().
int BVHPrimitiveInfo::primitiveNumber |
Definition at line 100 of file bvh_pbrt.cpp.
Referenced by BVHPrimitiveInfo().