Blender V2.61 - r43446
Classes | Functions

bvh_sort.cpp File Reference

#include "bvh_build.h"
#include "bvh_sort.h"
#include "util_algorithm.h"
#include "util_debug.h"

Go to the source code of this file.

Classes

struct  BVHReferenceCompare

Functions

void bvh_reference_sort (int start, int end, BVHBuild::Reference *data, int dim)

Function Documentation

void bvh_reference_sort ( int  start,
int  end,
BVHBuild::Reference data,
int  dim 
)

Definition at line 51 of file bvh_sort.cpp.

References sort().

Referenced by BVHBuild::do_object_split(), and BVHBuild::find_object_split().