Libs/Particles/ParticleNormalEvaluation.h
Namespaces
| Name |
|---|
| shapeworks User usage reporting (telemetry) |
Classes
| Name | |
|---|---|
| class | shapeworks::ParticleNormalEvaluation |
Source code
```cpp
pragma once
include
include
namespace shapeworks {
class Surface;
class ParticleNormalEvaluation {
public:
static std::vector
static std::vector
static Eigen::MatrixXd compute_particle_normals(const Eigen::MatrixXd& particles,
std::vector
private: };
} // namespace shapeworks ```
Updated on 2026-03-31 at 16:02:11 +0000