Sphere.
#include <Ball3.h>
|
std::ostream & | operator<< (std::ostream &stream, const Ball3 &b) |
|
◆ Ball3()
FADE3D::Ball3::Ball3 |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
sqRadius_ |
|
) |
| |
- Parameters
-
x,y,z | coordinates of the center |
sqRadius_ | is the squared radius |
◆ getCenter()
Point3 FADE3D::Ball3::getCenter |
( |
| ) |
const |
◆ getRadius()
double FADE3D::Ball3::getRadius |
( |
| ) |
const |
◆ getSqRadius()
double FADE3D::Ball3::getSqRadius |
( |
| ) |
const |
The documentation for this class was generated from the following file:
- /home/geom/repo/dev/geomDev/dt3/dt3Library/Ball3.h