Num/Rect/Vect Constructors for Bounds

This commit is contained in:
Ondřej Hruška
2014-04-14 22:04:10 +02:00
parent 0236e779c3
commit d96c1c1272
7 changed files with 50 additions and 6 deletions
@@ -4,11 +4,9 @@ package mightypork.gamecore.control.timing;
import java.util.LinkedHashSet;
import java.util.Set;
import mightypork.utils.math.constraints.RectCache;
/**
* Used to poll a number of {@link Pollable}s, such as {@link RectCache}
* Used to poll a number of {@link Pollable}s
*
* @author MightyPork
*/