Package gaiasky.scene.component
Class Perimeter
java.lang.Object
gaiasky.scene.component.Perimeter
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.math.Vector3
Cartesian points corresponding to maximum lonlat and minimum lonlatfloat[][][]
float[][][]
com.badlogic.gdx.math.Vector2
Max latitude/longitude and min latitude/longitudecom.badlogic.gdx.math.Vector2
-
Constructor Summary
-
Method Summary
-
Field Details
-
loc2d
public float[][][] loc2d -
loc3d
public float[][][] loc3d -
maxlonlat
public com.badlogic.gdx.math.Vector2 maxlonlatMax latitude/longitude and min latitude/longitude -
minlonlat
public com.badlogic.gdx.math.Vector2 minlonlat -
cart0
public com.badlogic.gdx.math.Vector3 cart0Cartesian points corresponding to maximum lonlat and minimum lonlat
-
-
Constructor Details
-
Perimeter
public Perimeter()
-
-
Method Details
-
setPerimeter
public void setPerimeter(double[][][] perimeter)
-