| Package | Description |
|---|---|
| de.bright_side.lgf.logic | |
| de.bright_side.lgf.model | |
| de.bright_side.lgf.util |
| Modifier and Type | Method and Description |
|---|---|
LPolygon |
LScreenLogic.createCollisionPolygon(LObject object) |
| Modifier and Type | Method and Description |
|---|---|
LPolygon |
LObject.getCollisionPolygon() |
| Modifier and Type | Method and Description |
|---|---|
void |
LObject.setCollisionPolygon(LPolygon collisionPolygon) |
| Modifier and Type | Method and Description |
|---|---|
static LPolygon |
LMathsUtil.add(LPolygon polygon,
LVector addVector) |
static LPolygon |
LMathsUtil.multiply(LPolygon polygon,
LVector multiplyVector) |
static LPolygon |
LMathsUtil.rotate(LPolygon polygon,
LVector center,
double angle) |
| Modifier and Type | Method and Description |
|---|---|
static LPolygon |
LMathsUtil.add(LPolygon polygon,
LVector addVector) |
static boolean |
LMathsUtil.isIntersecting(LPolygon a,
LPolygon b) |
static LPolygon |
LMathsUtil.multiply(LPolygon polygon,
LVector multiplyVector) |
static LPolygon |
LMathsUtil.rotate(LPolygon polygon,
LVector center,
double angle) |
Copyright © 2019 Philip Heyse. All rights reserved.