List of usage examples for com.badlogic.gdx.math Polyline Polyline
public Polyline()
Source Link
From source file:net.dermetfan.same.components.shapes.PolylineComponent.java
License:Apache License
public PolylineComponent() { this(new Polyline()); }