Package gaiasky.scene.component
Class LocationMark
java.lang.Object
gaiasky.scene.component.LocationMark
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
Modifier and TypeFieldDescriptionThe display namefloat
This controls the distance from the center in case of non-spherical objectscom.badlogic.gdx.math.Vector2
Longitude and latitudecom.badlogic.gdx.math.Vector3
static final float
float
static final float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDistFactor
(Double distFactor) void
setLocation
(double[] pos)
-
Field Details
-
LOWER_LIMIT
public static final float LOWER_LIMIT- See Also:
-
UPPER_LIMIT
public static final float UPPER_LIMIT- See Also:
-
displayName
The display name -
location
public com.badlogic.gdx.math.Vector2 locationLongitude and latitude -
location3d
public com.badlogic.gdx.math.Vector3 location3d -
distFactor
public float distFactorThis 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
-