Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::BBox Struct Reference

Public Member Functions

bool intersect (const BBox &b) const
 
bool contains (const vec3 &v) const
 
bool is_null () const
 
void add (const BBox &b)
 
void add (const vec3 &P)
 
void dilate (double eps)
 
vec3 bary () const
 

Public Attributes

vec3 min
 
vec3 max
 

Detailed Description

Definition at line 55 of file intersect_tools.h.

Constructor & Destructor Documentation

◆ BBox()

GEO::BBox::BBox ( )
inline

Definition at line 56 of file intersect_tools.h.

Member Function Documentation

◆ dilate()

void GEO::BBox::dilate ( double  eps)
inline

Definition at line 66 of file intersect_tools.h.

Member Data Documentation

◆ max

vec3 GEO::BBox::max

Definition at line 73 of file intersect_tools.h.

◆ min

vec3 GEO::BBox::min

Definition at line 72 of file intersect_tools.h.


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