![]() |
SCENE C++ API
2.1.4
|
The LSSphereVolume class is the representation of a sphere with XYZ a center and a radius. More...
#include <lsvolume.h>
Inheritance diagram for LSSphereVolume:Public Member Functions | |
| LSSphereVolume (const Eigen::Vector3d center, const double radius) | |
| Constructs an LSSphereVolume at (x, y, z) with the given radius. More... | |
The LSSphereVolume class is the representation of a sphere with XYZ a center and a radius.
| LSSphereVolume | ( | const Eigen::Vector3d | center, |
| const double | radius | ||
| ) |
Constructs an LSSphereVolume at (x, y, z) with the given radius.
| center | sphere center |
| radius | sphere radius |