Commit 224aa662 by Szeberényi Imre

Alakzat konstruktor FIX

parent f685382d
......@@ -25,7 +25,7 @@ public:
/// @param dy - y irányú távolság
/// @param sz - szín és átlátszóság
Szakasz(const Pont& p0, int dx, int dy, Szin sz)
: Alakzat(p0, sz), pv(getp0()+Pont(dx, dy)) { }
: Alakzat(p0, sz), pv(Pont(dx, dy)) { }
/// Szakasz végpontjának lekérdezése
/// @return szakasz végpontja
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment