Class LocationMark

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

public class LocationMark extends Object implements com.badlogic.ashley.core.Component
  • Field Details

    • LOWER_LIMIT

      public static final float LOWER_LIMIT
      See Also:
    • UPPER_LIMIT

      public static final float UPPER_LIMIT
      See Also:
    • displayName

      public String displayName
      The display name
    • location

      public com.badlogic.gdx.math.Vector2 location
      Longitude and latitude
    • location3d

      public com.badlogic.gdx.math.Vector3 location3d
    • distFactor

      public float distFactor
      This controls the distance from the center in case of non-spherical objects
    • sizeKm

      public float sizeKm
  • Constructor Details

    • LocationMark

      public LocationMark()
  • Method Details

    • setLocation

      public void setLocation(double[] pos)
    • setDistFactor

      public void setDistFactor(Double distFactor)