mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Many major issues solved. Performance may be degraded.
This commit is contained in:
parent
17a1f829cd
commit
7c839b8469
4 changed files with 29 additions and 40 deletions
|
@ -114,14 +114,12 @@ class EigenMesh3D {
|
|||
std::unique_ptr<AABBImpl> m_aabb;
|
||||
public:
|
||||
|
||||
EigenMesh3D();
|
||||
EigenMesh3D(const TriangleMesh&);
|
||||
|
||||
~EigenMesh3D();
|
||||
|
||||
EigenMesh3D(const EigenMesh3D& other);
|
||||
EigenMesh3D& operator=(const EigenMesh3D&);
|
||||
|
||||
~EigenMesh3D();
|
||||
|
||||
inline double ground_level() const { return m_ground_level; }
|
||||
|
||||
inline const Eigen::MatrixXd& V() const { return m_V; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue