------------------------------------------------------------------------
| 31 | |
| 32 | //------------------------------------------------------------------------ |
| 33 | void trans_single_path::reset() |
| 34 | { |
| 35 | m_src_vertices.remove_all(); |
| 36 | m_kindex = 0.0; |
| 37 | m_status = initial; |
| 38 | } |
| 39 | |
| 40 | //------------------------------------------------------------------------ |
| 41 | void trans_single_path::move_to(double x, double y) |
no test coverage detected