|
OpenLexocad
27.1
|
Defines a non-persistent Sphere in 3D space.
More...
#include <Sphr.h>
Public Member Functions | |
| Sphr (void) | |
| Sphr (const Geom::Pnt ¢er, const double &radius) | |
| void | setValue (const Geom::Pnt ¢er, const double &radius) |
| void | setCenter (const Geom::Pnt ¢er) |
| void | setRadius (const double &radius) |
| const Geom::Pnt & | getCenter (void) const |
| const double & | getRadius (void) const |
| bool | pointInside (const Geom::Pnt &p) const |
Defines a non-persistent Sphere in 3D space.
| Geom::Sphr::Sphr | ( | void | ) |
| Geom::Sphr::Sphr | ( | const Geom::Pnt & | center, |
| const double & | radius | ||
| ) |
| const Geom::Pnt& Geom::Sphr::getCenter | ( | void | ) | const |
| const double& Geom::Sphr::getRadius | ( | void | ) | const |
| bool Geom::Sphr::pointInside | ( | const Geom::Pnt & | p | ) | const |
| void Geom::Sphr::setCenter | ( | const Geom::Pnt & | center | ) |
| void Geom::Sphr::setRadius | ( | const double & | radius | ) |
| void Geom::Sphr::setValue | ( | const Geom::Pnt & | center, |
| const double & | radius | ||
| ) |