Method
set_holes
* Set hole points. Used by triangle to flood and remove faces * representing holes. */
Source from the content-addressed store, hash-verified
| 50 | * representing holes. |
| 51 | */ |
| 52 | void set_holes(const MatrixFr& holes) { m_holes = holes; } |
| 53 | const MatrixFr& get_holes() const { return m_holes; } |
| 54 | |
| 55 | /** |