|
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatavism.server.pathing.PathInterpolator
atavism.server.pathing.PathLinear
public class PathLinear
| Field Summary | |
|---|---|
protected static Logger |
log
|
protected static boolean |
logAll
|
protected float |
totalTime
|
| Fields inherited from class atavism.server.pathing.PathInterpolator |
|---|
oid, path, speed, startTime, terrainString |
| Constructor Summary | |
|---|---|
PathLinear(OID oid,
long startTime,
float speed,
java.lang.String terrainString,
java.util.List<Point> path)
|
|
| Method Summary | |
|---|---|
PathLocAndDir |
interpolate(float t)
|
java.lang.String |
toString()
|
| Methods inherited from class atavism.server.pathing.PathInterpolator |
|---|
getLastPoint, getOid, getSpeed, getStartTime, getTerrainString, getTotalTime, interpolate, zeroYIfOnTerrain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected float totalTime
protected static final Logger log
protected static boolean logAll
| Constructor Detail |
|---|
public PathLinear(OID oid,
long startTime,
float speed,
java.lang.String terrainString,
java.util.List<Point> path)
| Method Detail |
|---|
public PathLocAndDir interpolate(float t)
interpolate in class PathInterpolatorpublic java.lang.String toString()
toString in class PathInterpolator
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||