Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
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.


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