TinyRaytracer 0.1
A simple C++ raytracer
Loading...
Searching...
No Matches
BVH Member List

This is the complete list of members for BVH, including all inherited members.

bboxObject
box_compare(const shared_ptr< Object > a, const shared_ptr< Object > b, int axis_index) (defined in BVH)BVHinlinestatic
box_x_compare(const shared_ptr< Object > a, const shared_ptr< Object > b) (defined in BVH)BVHinlinestatic
box_y_compare(const shared_ptr< Object > a, const shared_ptr< Object > b) (defined in BVH)BVHinlinestatic
box_z_compare(const shared_ptr< Object > a, const shared_ptr< Object > b) (defined in BVH)BVHinlinestatic
BVH(std::vector< shared_ptr< Object > > &objs, int start, int end, int axis) (defined in BVH)BVHinline
checkObject(Ray &ray) override (defined in BVH)BVHinlinevirtual
getBox() override (defined in BVH)BVHinlinevirtual
setProperties(RGB, RGB, double, double) (defined in Object)Objectinlinevirtual