N - Type of nodeV - Type of vector, either 2D or 3D, implementing the Vector interfacepublic class PathSmootherRequest<N,V extends com.badlogic.gdx.math.Vector<V>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
inputIndex |
boolean |
isNew |
int |
outputIndex |
SmoothableGraphPath<N,V> |
path |
| Constructor and Description |
|---|
PathSmootherRequest()
Creates an empty
PathSmootherRequest |
| Modifier and Type | Method and Description |
|---|---|
void |
refresh(SmoothableGraphPath<N,V> path) |
public boolean isNew
public int outputIndex
public int inputIndex
public SmoothableGraphPath<N,V extends com.badlogic.gdx.math.Vector<V>> path
public PathSmootherRequest()
PathSmootherRequestpublic void refresh(SmoothableGraphPath<N,V> path)