Fast-Quadric-Mesh-Simplification
Fast-Quadric-Mesh-Simplification copied to clipboard
question of interpolate/barycenter
I have a problem with the barycenter interpolation code: Are points P,A,B,C coplanar?
According to the QEM algorithm, the new point P may not be coplanar with ABC, so the interpolation equation P = a + u(b-a) + v(c-a) really works?