Antkeeper  0.0.1
Public Attributes | List of all members
geom::bvh_primitive Struct Reference

BVH primitive. More...

#include <bvh-primitive.hpp>

Public Attributes

math::fvec3 centroid
 Geometric center of the primitive. More...
 
geom::box< float > bounds
 Axis-aligned bounding box containing the primitive. More...
 

Detailed Description

BVH primitive.

Definition at line 31 of file bvh-primitive.hpp.

Member Data Documentation

◆ bounds

geom::box<float> geom::bvh_primitive::bounds

Axis-aligned bounding box containing the primitive.

Definition at line 37 of file bvh-primitive.hpp.

◆ centroid

math::fvec3 geom::bvh_primitive::centroid

Geometric center of the primitive.

Definition at line 34 of file bvh-primitive.hpp.


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