mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Fixes for degenerate cases.
This commit is contained in:
parent
c82fd692c3
commit
3b0e0aaed4
4 changed files with 80 additions and 63 deletions
|
@ -73,6 +73,7 @@ public:
|
|||
|
||||
inline double ground_level() const { return m_ground_level + m_gnd_offset; }
|
||||
inline void ground_level_offset(double o) { m_gnd_offset = o; }
|
||||
inline double ground_level_offset() const { return m_gnd_offset; }
|
||||
|
||||
inline const Eigen::MatrixXd& V() const { return m_V; }
|
||||
inline const Eigen::MatrixXi& F() const { return m_F; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue