Triangle

Stay organized with collections Save and categorize content based on your preferences.
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.