Java com.badlogic.gdx.physics.box2d ChainShape fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.physics.box2d ChainShape fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.physics.box2d ChainShape.

The text is from its open source code.

Constructor

Method

voidcreateChain(float[] vertices)
voidcreateChain(Vector2[] vertices)
Create a chain with isolated end vertices.
voidcreateLoop(float[] vertices)
voidcreateLoop(Vector2[] vertices)
Create a loop.
voidgetVertex(int index, Vector2 vertex)
Returns the vertex at the given position.
intgetVertexCount()