Closed synapticvoid closed 9 years ago
Theses shapes are just special configurations of a ShapeBezier, they behave exactly the same.
ShapeBezier
The creation of these shape should be done via :
ShapeBezier* ShapeFactory::createRectangle(); ShapeBezier* ShapeFactory::createEllipse(); ```
Theses shapes are just special configurations of a
ShapeBezier
, they behave exactly the same.The creation of these shape should be done via :