Uses of Interface
de.extio.spacecraft.shared.model.world.Coord2Conversion
-
Packages that use Coord2Conversion Package Description de.extio.spacecraft.shared.model.world Data objects representing the game world -
-
Uses of Coord2Conversion in de.extio.spacecraft.shared.model.world
Subinterfaces of Coord2Conversion in de.extio.spacecraft.shared.model.world Modifier and Type Interface Description interface
CoordD2
A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).interface
CoordI2
An integer tuple (can represent a point, a coordinate or a vector in 2D space).Classes in de.extio.spacecraft.shared.model.world that implement Coord2Conversion Modifier and Type Class Description class
ImmutableCoordD2
Immutable implementation of CoordD2class
ImmutableCoordI2
Immutable implementation of CoordI2class
MutableCoordD2
Immutable implementation of CoordD2class
MutableCoordI2
Immutable implementation of CoordI2
-