Example usage for com.badlogic.gdx.math Ellipse Ellipse

List of usage examples for com.badlogic.gdx.math Ellipse Ellipse

Introduction

In this page you can find the example usage for com.badlogic.gdx.math Ellipse Ellipse.

Prototype

public Ellipse() 

Source Link

Document

Construct a new ellipse with all values set to zero

Usage

From source file:net.dermetfan.same.components.shapes.EllipseComponent.java

License:Apache License

public EllipseComponent() {
    this(new Ellipse());
}