Helios++
Helios software for LiDAR simulations
|
Wrapper to communicate glm::dvec3 with python. More...
#include <PythonDVec3.h>
Public Member Functions | |
PythonDVec3 (glm::dvec3 const v) | |
PythonDVec3 (glm::dvec3 *v) | |
double | getX () |
void | setX (double x) |
double | getY () |
void | setY (double y) |
double | getZ () |
void | setZ (double z) |
Public Attributes | |
glm::dvec3 * | v = nullptr |
Private Attributes | |
bool | release = 1 |
Wrapper to communicate glm::dvec3 with python.