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 interfaceCoordD2A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).interfaceCoordI2An 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 classImmutableCoordD2Immutable implementation of CoordD2classImmutableCoordI2Immutable implementation of CoordI2classMutableCoordD2Immutable implementation of CoordD2classMutableCoordI2Immutable implementation of CoordI2
-