![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "cloudViewer/core/Tensor.h"

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::t | |
| cloudViewer::t::geometry | |
| cloudViewer::t::geometry::kernel | |
| cloudViewer::t::geometry::kernel::trianglemesh | |
Functions | |
| void | cloudViewer::t::geometry::kernel::trianglemesh::NormalizeNormalsCPU (core::Tensor &normals) |
| void | cloudViewer::t::geometry::kernel::trianglemesh::ComputeTriangleNormalsCPU (const core::Tensor &vertices, const core::Tensor &triangles, core::Tensor &normals) |
| void | cloudViewer::t::geometry::kernel::trianglemesh::ComputeVertexNormalsCPU (const core::Tensor &triangles, const core::Tensor &triangle_normals, core::Tensor &vertex_normals) |
| void | cloudViewer::t::geometry::kernel::trianglemesh::ComputeTriangleAreasCPU (const core::Tensor &vertices, const core::Tensor &triangles, core::Tensor &triangle_areas) |
| std::array< core::Tensor, 3 > | cloudViewer::t::geometry::kernel::trianglemesh::SamplePointsUniformlyCPU (const core::Tensor &triangles, const core::Tensor &vertices, const core::Tensor &triangle_areas, const core::Tensor &vertex_normals, const core::Tensor &vertex_colors, const core::Tensor &triangle_normals, const core::Tensor &texture_uvs, const core::Tensor &albedo, size_t number_of_points) |