Interface TTriangleFactory
-
- All Known Implementing Classes:
TTriangleFactoryImpl
public interface TTriangleFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TTriangle
create(TPoint pt1, TPoint pt2, TPoint pt3)
-