Java com.badlogic.gdx.math Polyline fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.math Polyline fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.math Polyline.

The text is from its open source code.

Constructor

Method

float[]getTransformedVertices()
Returns vertices scaled, rotated, and offset by the polygon position.
float[]getVertices()
Returns vertices without scaling or rotation and without being offset by the polyline position.
floatgetX()
floatgetY()
voidsetPosition(float x, float y)
voidsetScale(float scaleX, float scaleY)