Easy3D 2.6.1
|
Information about a plane primitive. More...
#include <point_cloud_ransac.h>
Public Attributes | |
int | primitive_index |
the index of this plane (w.r.t. the entire list of detected primitives) | |
std::vector< int > | vertices |
the vertex indices (w.r.t. the point cloud) of this plane | |
Plane3 | plane |
the plane representation | |
vec3 | position |
the position of the plane (represented by a point on the plane) | |
vec3 | normal |
the normal of the plane | |
Information about a plane primitive.