public class Triangle extends Object
Represents a triangle with 3 generic points.
Public Method Summary
List<T> |
getAllPoints()
Gets all points inside the
Triangle .
|