ergo
box_system.h File Reference

BoxSystem class representing a hierarchical data structure of boxes in 3D space (an oct-tree). More...

#include "realtype.h"

Go to the source code of this file.

Classes

struct  box_item_struct
 
struct  box_struct_basic
 
struct  box_level_struct
 
class  BoxSystem
 

Macros

#define MAX_NO_OF_BOX_LEVELS   30
 

Functions

ergo_real get_min_distance_from_point_to_box (const ergo_real *boxCenterCoords, ergo_real halfwidth, const ergo_real *point)
 

Detailed Description

BoxSystem class representing a hierarchical data structure of boxes in 3D space (an oct-tree).

Author
: Elias Rudberg responsible

Macro Definition Documentation

◆ MAX_NO_OF_BOX_LEVELS

#define MAX_NO_OF_BOX_LEVELS   30

Function Documentation

◆ get_min_distance_from_point_to_box()

ergo_real get_min_distance_from_point_to_box ( const ergo_real boxCenterCoords,
ergo_real  halfwidth,
const ergo_real point 
)