27#ifndef EASY3D_ALGO_MESH_SAMPLER_H
28#define EASY3D_ALGO_MESH_SAMPLER_H
A data structure for point clouds.
Definition point_cloud.h:45
A halfedge data structure for polygonal meshes of 2-manifold.
Definition surface_mesh.h:51
Sample a surface mesh (near uniformly) into a point cloud.
Definition surface_mesh_sampler.h:38
static PointCloud * apply(const SurfaceMesh *mesh, int num=1000000)
Sample the surface mesh into a point cloud.
Definition surface_mesh_sampler.cpp:38
Definition collider.cpp:182