| 672 paint.setPen (linepen); |
672 paint.setPen (linepen); |
| 673 drawBlip (paint, blip); |
673 drawBlip (paint, blip); |
| 674 |
674 |
| 675 // Draw their coordinates |
675 // Draw their coordinates |
| 676 paint.setPen (textpen); |
676 paint.setPen (textpen); |
| 677 paint.drawText (blip.x(), blip.y() - 8, poly3d[i].stringRep (true)); |
677 paint.drawText (blip.x(), blip.y() - 8, poly3d[i].toString (true)); |
| 678 } |
678 } |
| 679 |
679 |
| 680 // Draw line lenghts and angle info if appropriate |
680 // Draw line lenghts and angle info if appropriate |
| 681 if (numverts >= 2) |
681 if (numverts >= 2) |
| 682 { |
682 { |