QEFSolver
A Quaratic Error Function solver.
Finds a point inside a voxel that minimises the sum of the squares of the distances to the surface intersection planes associated with the voxel.
Based on an implementation by Leonard Ritter and Nick Gildea: https://github.com/nickgildea/qef
Constructor Summary
Public Constructor | ||
public |
Constructs a new QEF solver. |
Member Summary
Public Members | ||
public |
Indicates whether this solver has a solution. |
|
public |
massPoint: Vector3 The mass point of the current QEF data set. |
Method Summary
Public Methods | ||
public |
Sets the QEF data. |
|
public |
Solves the Quadratic Error Function. |