------------------------------------------------------------------------
| 46 | |
| 47 | //------------------------------------------------------------------------ |
| 48 | void arc::approximation_scale(double s) |
| 49 | { |
| 50 | m_scale = s; |
| 51 | if(m_initialized) |
| 52 | { |
| 53 | normalize(m_start, m_end, m_ccw); |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | //------------------------------------------------------------------------ |
| 58 | void arc::rewind(unsigned) |
no outgoing calls
no test coverage detected