* Whether to add Steiner points to split input line segments on the * boundary. (-Y option, default is to use Steiner points when * necessary). */
| 97 | * necessary). |
| 98 | */ |
| 99 | void set_split_boundary(bool split) { m_split_boundary = split; } |
| 100 | bool get_split_boundary() const { return m_split_boundary; } |
| 101 | |
| 102 | /** |