Java 类com.badlogic.gdx.math.Path 实例源码

项目:zierfisch    文件:RulePathFollow.java   
public RulePathFollow(Path<Vector3> curve, float weight){
    this.curve = curve;
    this.weight = weight;
}