public class Inbetween
extends com.artemis.Component
| Modifier and Type | Field and Description |
|---|---|
int |
a |
float |
ax
Offset between A and B.
|
float |
ay
Offset between A and B.
|
int |
b |
float |
bx |
float |
by |
float |
maxDistance
Maximum pixel distance from point A.
|
float |
tween
Location in between point A and B 0.0 at a, 1.0 at b location
|
public int a
public int b
public float tween
public float ax
public float ay
public float bx
public float by
public float maxDistance
Copyright © 2017. All rights reserved.