Example usage for com.badlogic.gdx.ai.pfa SmoothableGraphPath interface-usage

List of usage examples for com.badlogic.gdx.ai.pfa SmoothableGraphPath interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.ai.pfa SmoothableGraphPath interface-usage.

Usage

From source file com.badlogic.gdx.ai.tests.pfa.tests.tiled.TiledSmoothableGraphPath.java

/** A smoothable path for a generic tiled graph.
 * 
 * @param <N> Type of node, either flat or hierarchical, extending the {@link TiledNode} class
 * 
 * @author davebaol */
public class TiledSmoothableGraphPath<N extends TiledNode<N>> extends DefaultGraphPath<N>