![]() |
SCENE C++ API
2.0.31
|
The LSSphereVolume class is the representation of a sphere with XYZ a center and a radius. More...
#include <lsvolume.h>
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 |