#include <gmlbsphere3.h>
Miscellanious methods | |
void | Include (const TVector3< T > &point) |
Expand the sphere to include given point. | |
void | Include (const BSphere3 &bsphere) |
Expand the sphere to include given sphere. | |
T | radius |
Radius of the sphere. | |
TVector3< T > | center |
Center point. | |
Public Member Functions | |
Constructors | |
BSphere3 () | |
default constructor | |
BSphere3 (const TVector3< T > ¢er0, const double radius0=0) | |
initialize class members by defined values | |
BSphere3 (const BBox3< T > &bbox) | |
construct sphere from given bounding box |
T | - template type of TVector elements |