| Package | Description |
|---|---|
| org.mini2Dx.core.quadtree |
| Modifier and Type | Class and Description |
|---|---|
class |
RegionQuad<T extends Parallelogram>
Implements a region quad
|
| Modifier and Type | Field and Description |
|---|---|
protected Quad<T> |
Quad.bottomLeft |
protected Quad<T> |
Quad.bottomRight |
protected Quad<T> |
Quad.parent |
protected Quad<T> |
Quad.topLeft |
protected Quad<T> |
Quad.topRight |
| Modifier and Type | Method and Description |
|---|---|
Quad<T> |
Quad.getParent() |
| Constructor and Description |
|---|
Quad(Quad<T> parent,
float x,
float y,
float width,
float height) |
Copyright © 2014. All rights reserved.