|
|||||||||
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.PathLocAndDir
public class PathLocAndDir
A class to encapsulate the return values from path interpolators
Field Summary | |
---|---|
protected AOVector |
dir
|
protected float |
lengthLeft
|
protected Point |
loc
|
Constructor Summary | |
---|---|
PathLocAndDir(Point loc,
AOVector dir,
float lengthLeft)
|
Method Summary | |
---|---|
AOVector |
getDir()
|
float |
getLengthLeft()
|
Point |
getLoc()
|
Quaternion |
getOrientation()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Point loc
protected AOVector dir
protected float lengthLeft
Constructor Detail |
---|
public PathLocAndDir(Point loc, AOVector dir, float lengthLeft)
Method Detail |
---|
public Point getLoc()
public AOVector getDir()
public Quaternion getOrientation()
public float getLengthLeft()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |