SCENE C++ API  2.1.0
Public Member Functions | List of all members
LSSphereVolume Class Reference

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...
 

Detailed Description

The LSSphereVolume class is the representation of a sphere with XYZ a center and a radius.

Version
SCENE API Version 2.0.9.

Constructor & Destructor Documentation

◆ LSSphereVolume()

LSSphereVolume ( const Eigen::Vector3d  center,
const double  radius 
)

Constructs an LSSphereVolume at (x, y, z) with the given radius.

Parameters
centersphere center
radiussphere radius
Version
SCENE API Version 2.0.9.