| Modifier | Constructor and Description |
|---|---|
protected |
TLFadeLine(TLEntity entity,
long time)
Create a new fade line for entity ending at time time.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration()
Fade line is not of infinite length.
|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getPosition(long time)
Get position where was fadeline
|
protected TLFadeLine(TLEntity entity, long time)
entity - entity that this fade line representstime - time when fade line ended, in mspublic cz.cuni.amis.pogamut.base3d.worldview.object.Location getPosition(long time)
IFadeLinegetPosition in interface IFadeLinetime - how long in past do we want to know the position (higher number = longer in past)public long getDuration()
IFadeLinegetDuration in interface IFadeLineCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.