Class Perimeter

java.lang.Object
gaiasky.scene.component.Perimeter
All Implemented Interfaces:
com.badlogic.ashley.core.Component

public class Perimeter extends Object implements com.badlogic.ashley.core.Component
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.badlogic.gdx.math.Vector3
    Cartesian points corresponding to maximum lonlat and minimum lonlat
    float[][][]
     
    float[][][]
     
    com.badlogic.gdx.math.Vector2
    Max latitude/longitude and min latitude/longitude
    com.badlogic.gdx.math.Vector2
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPerimeter(double[][][] perimeter)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • loc2d

      public float[][][] loc2d
    • loc3d

      public float[][][] loc3d
    • maxlonlat

      public com.badlogic.gdx.math.Vector2 maxlonlat
      Max latitude/longitude and min latitude/longitude
    • minlonlat

      public com.badlogic.gdx.math.Vector2 minlonlat
    • cart0

      public com.badlogic.gdx.math.Vector3 cart0
      Cartesian points corresponding to maximum lonlat and minimum lonlat
  • Constructor Details

    • Perimeter

      public Perimeter()
  • Method Details

    • setPerimeter

      public void setPerimeter(double[][][] perimeter)