MeshLib
 
Loading...
Searching...
No Matches
MRAABBTreeMaker.h File Reference
#include "MRAABBTreeNode.h"
#include "MRVector.h"

Go to the source code of this file.

Classes

struct  MR::BoxedLeaf< T >
 

Namespaces

namespace  MR
 

Functions

int MR::getNumNodes (int numLeaves)
 returns the number of nodes in the binary tree with given number of leaves
 
template<typename T >
AABBTreeNodeVec< T > MR::makeAABBTreeNodeVec (Buffer< BoxedLeaf< T > > boxedLeaves)