Open3D (C++ API)
0.12.0
|
#include "open3d/geometry/TriangleMesh.h"
#include <Eigen/Dense>
#include <numeric>
#include <queue>
#include <random>
#include <tuple>
#include "open3d/geometry/BoundingVolume.h"
#include "open3d/geometry/IntersectionTest.h"
#include "open3d/geometry/KDTreeFlann.h"
#include "open3d/geometry/PointCloud.h"
#include "open3d/geometry/Qhull.h"
#include "open3d/utility/Console.h"
Namespaces | |
open3d | |
open3d::geometry | |
Functions | |
template<typename F > | |
bool | open3d::geometry::OrientTriangleHelper (const std::vector< Eigen::Vector3i > &triangles, F &swap) |