Interface TTriangle
-
- All Known Implementing Classes:
TTriangleImpl
public interface TTriangle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TPointgetPt1()TPointgetPt2()TPointgetPt3()
-
TTriangleImplpublic interface TTriangle
| Modifier and Type | Method | Description |
|---|---|---|
TPoint |
getPt1() |
|
TPoint |
getPt2() |
|
TPoint |
getPt3() |