Example usage for com.badlogic.gdx.math Polyline Polyline

List of usage examples for com.badlogic.gdx.math Polyline Polyline

Introduction

In this page you can find the example usage for com.badlogic.gdx.math Polyline Polyline.

Prototype

public Polyline() 

Source Link

Usage

From source file:net.dermetfan.same.components.shapes.PolylineComponent.java

License:Apache License

public PolylineComponent() {
    this(new Polyline());
}