public class RangeBase extends Vector2i
| 构造器和说明 |
|---|
RangeBase(int a,
int b) |
| 限定符和类型 | 方法和说明 |
|---|---|
static RangeSquare |
getRange(int x,
int y,
int width,
int height) |
static RangeSquare |
getRange(org.lwjgl.util.vector.Vector2f vector,
int width,
int height) |
boolean |
include(int x) |
public boolean include(int x)
public static RangeSquare getRange(org.lwjgl.util.vector.Vector2f vector, int width, int height)
public static RangeSquare getRange(int x, int y, int width, int height)