Example usage for com.badlogic.gdx.math Vector2 subclass-usage

List of usage examples for com.badlogic.gdx.math Vector2 subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.math Vector2 subclass-usage.

Usage

From source file com.strategames.engine.math.Vector2.java

/**
 * Required to fix issue with saving Vector2 in json format where x = 0. For some reason when
 * x = 0 only the y value gets saved.
 * Created by martijn on 8-5-15.
 */
public class Vector2 extends com.badlogic.gdx.math.Vector2 implements Json.Serializable {