changeset 1639 | aec340db8fc2 |
parent 1606 | dc4ea2010dee |
child 1645 | 4a04bb856ac7 |
9:215b702fcf79 | 10:4eea1fc2a55c |
---|---|
1 #include "broken_edge.h" |
1 #include "broken_edge.h" |
2 #include <math.h> |
2 #include <cmath> |
3 |
3 |
4 BrokenEdge::BrokenEdge(Gnome::Canvas::Group & g, Gnome::Canvas::Points p, GraphDisplayerCanvas & gc) : Line(g), gdc(gc), isbutton(false) |
4 BrokenEdge::BrokenEdge(Gnome::Canvas::Group & g, Gnome::Canvas::Points p, GraphDisplayerCanvas & gc) : Line(g), gdc(gc), isbutton(false) |
5 { |
5 { |
6 my_points=new Gnome::Art::Point[3]; |
6 my_points=new Gnome::Art::Point[3]; |
7 |
7 |