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

Public Member Functions

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

Public Attributes

double min
 
double max
 

Detailed Description

Definition at line 173 of file basic.h.

Constructor & Destructor Documentation

◆ BBox1()

GEO::BBox1::BBox1 ( )
inline

Definition at line 174 of file basic.h.

Member Function Documentation

◆ add()

void GEO::BBox1::add ( const double &  P)
inline

Definition at line 180 of file basic.h.

◆ bary()

double GEO::BBox1::bary ( ) const
inline

Definition at line 182 of file basic.h.

◆ contains()

bool GEO::BBox1::contains ( const double &  v) const
inline

Definition at line 177 of file basic.h.

◆ dilate()

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

Definition at line 181 of file basic.h.

◆ intersect()

bool GEO::BBox1::intersect ( const BBox1 b) const
inline

Definition at line 176 of file basic.h.

◆ length()

double GEO::BBox1::length ( )
inline

Definition at line 175 of file basic.h.

Member Data Documentation

◆ max

double GEO::BBox1::max

Definition at line 185 of file basic.h.

◆ min

double GEO::BBox1::min

Definition at line 184 of file basic.h.


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