Easy3D 2.6.1
|
Information about a cylinder primitive. More...
#include <point_cloud_ransac.h>
Public Attributes | |
int | primitive_index |
the index of this cylinder (w.r.t. the entire list of detected primitives) | |
std::vector< int > | vertices |
the vertex indices (w.r.t. the point cloud) of this cylinder | |
float | radius |
the radius of the cylinder | |
vec3 | position |
the position of the cylinder (represented by the center of the bottom circle) | |
vec3 | direction |
the direction of the cylinder | |
Information about a cylinder primitive.