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

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

Introduction

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

The text is from its open source code.

Constructor

GridPoint2(int x, int y)
Constructs a new 2D grid point.
GridPoint2()
Constructs a new 2D grid point.