public class PathLocAndDir
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AOVector |
dir |
protected float |
lengthLeft |
protected Point |
loc |
Constructor and Description |
---|
PathLocAndDir(Point loc,
AOVector dir,
float lengthLeft) |
Modifier and Type | Method and Description |
---|---|
AOVector |
getDir() |
float |
getLengthLeft() |
Point |
getLoc() |
Quaternion |
getOrientation() |
java.lang.String |
toString() |
protected Point loc
protected AOVector dir
protected float lengthLeft
public Point getLoc()
public AOVector getDir()
public Quaternion getOrientation()
public float getLengthLeft()
public java.lang.String toString()
toString
in class java.lang.Object