Triangle

public class Triangle extends Object

Represents a triangle with 3 generic points.

Public Method Summary

List<T>
getAllPoints()
Gets all points inside the Triangle.

Inherited Method Summary

Public Methods

public List<T> getAllPoints ()

Gets all points inside the Triangle.