MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / unproject

Method unproject

tools/Triangle/DimReduction.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 MatrixIn unproject(const MatrixOut& pts) {
49 return (m_basis * pts.transpose()).transpose().rowwise() + m_mean.transpose();
50 }
51
52 private:
53 VectorF m_mean;

Callers 2

runMethod · 0.80
DimReductionTest.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected