![]() |
Public API Reference |
![]() |
This factory is responsible for creating csPoly2D objects or subclasses of csPoly2D. More...
#include <csgeom/poly2d.h>
Public Member Functions | |
virtual csPoly2D * | Create () |
A shared factory that you can use. |
This factory is responsible for creating csPoly2D objects or subclasses of csPoly2D.
To create a new factory which can create subclasses of csPoly2D you should create a subclass of this factory.
virtual csPoly2D* csPoly2DFactory::Create | ( | ) | [inline, virtual] |