Uses of Class
org.gjt.universe.Coord

Packages that use Coord
org.gjt.universe   
org.gjt.universe.gui   
org.gjt.universe.tests   
 

Uses of Coord in org.gjt.universe
 

Fields in org.gjt.universe declared as Coord
private  Coord SystemBase.coord_location
           
(package private)  Coord Location.coord
           
private  Coord GalaxyStd.myCenter
           
private  Coord GalaxyStd.mySpan
           
 Coord GalaxyGlobular.GlobularCluster.center
           
 Coord GalaxyGlobular.GlobularCluster.span
           
private static Coord Coord.ourZero
           
 

Methods in org.gjt.universe that return Coord
 Coord SystemBase.getCoords()
          Returns the three-space coordinates of the system instance within the galaxy to which it belongs.
 Coord Location.getCoords()
           
 Coord GalaxyStd.getSpan()
          Returns the height, width, and depth of this galaxy.
 Coord GalaxyStd.getCenter()
          Returns the center point of the galaxy.
 Coord GalaxyStd.newSystemCoord()
          This method returns a random coordinate within the overall shape of the galaxy (as tested with containsCoord).
 Coord GalaxySpiral.newSystemCoord()
           
 Coord GalaxyGlobular.newSystemCoord()
          This method returns a coordinate for a new system.
 Coord GalaxyElliptical.newSystemCoord()
          This method has been overridden to return a new coordinate contained within the spheroid with the receiver's axial dimensions and center.
 Coord Coord.set(float in_x, float in_y, float in_z)
          This method sets the receiver's cartesian 3-space coordinates to the indicated values.
 Coord Coord.setX(float in_x)
          Changes the x component of the coordinate.
 Coord Coord.setY(float in_y)
          Changes the y component of the coordinate.
 Coord Coord.setZ(float in_z)
          Changes the z component of the coordinate.
 Coord Coord.randomCoordInRadius(float maxRadius)
          This method returns a new random coordinate up to the given radius from the receiver.
 Coord Coord.randomCoordInShell(float minRadius, float maxRadius)
          This method returns a new random coordinate within the shell around the receiver defined by the two given radii.
 Coord Coord.randomCoordInSpheroid(Coord axes)
          This method returns a new random coordinate within the spheroid centered around the receiver and having axis lengths corresponding to the given coordinate.
 

Methods in org.gjt.universe with parameters of type Coord
 void Location.setCoords(Coord in_coord)
           
 boolean GalaxyStd.containsCoord(Coord aCoord)
          This method returns true if the given coordinate is contained within the retricted hull of the receiving galaxy.
 boolean GalaxyElliptical.containsCoord(Coord aCoord)
          This method returns true if the given coordinate is contained within the hull of the receiving galaxy.
 float Coord.distance(Coord other)
          Computes and returns the distance between two coords.
 boolean Coord.isInRange(Coord other, float range)
          Checks whether this coord is within a certain range of another
 Coord Coord.randomCoordInSpheroid(Coord axes)
          This method returns a new random coordinate within the spheroid centered around the receiver and having axis lengths corresponding to the given coordinate.
 

Constructors in org.gjt.universe with parameters of type Coord
SystemStd(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.StarMakeup sm)
          Designated constructor for instances of this class.
SystemStd(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.PlanetaryMakeup[] pms, SimpleAccrete.StarMakeup sm)
          Alternate constructor for instances of this class.
SystemGliese(GalaxyID GID, Coord coord, SimpleAccrete.StarMakeup sm)
          The designated constructor for instances of this class.
SystemBase(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.StarMakeup sm)
          Creates a new instance of this class, containing a single star and no planets.
Location(Coord in_coord)
          Constructor that takes a Coord object.
Location(GalaxyID in_galaxy, Coord in_coord)
          Constructor that takes a Coord object.
GalaxyGlobular.GlobularCluster(Coord in_center, Coord in_span, int in_capacity)
           
GalaxyGlobular.GlobularCluster(Coord in_center, Coord in_span, int in_capacity)
           
Coord(Coord src)
          This constructor returns an exact copy of the supplied object.
 

Uses of Coord in org.gjt.universe.gui
 

Fields in org.gjt.universe.gui declared as Coord
private  Coord DisplayMap.center
           
private  Coord DisplayMap.source
           
 

Methods in org.gjt.universe.gui that return Coord
 Coord DisplayMap.getCenter()
           
 Coord DisplayMap.getSource()
           
 

Methods in org.gjt.universe.gui with parameters of type Coord
 void MapComponentJFC.setSource(Coord center)
           
(package private)  void InternalCoord.setCoord(Coord center, Coord c)
          Scale center to (0.0, 0.0, 0.0)
(package private)  void InternalCoord.setCoord(Coord center, Coord c)
          Scale center to (0.0, 0.0, 0.0)
 void GUIMapJFC.addMap(Index GID, Coord center)
          Adds a map over the context specified to the map list, centered on a specific Coord.
(package private)  void GUIMapJFC.showInfo(SystemID SID, Coord source)
           
 void DisplayMap.setCenter(Coord in_center)
           
 void DisplayMap.setSource(Coord in_source)
           
(package private)  void DisplayMap.setCrosshairIntCoord(Coord new_coord)
           
 

Constructors in org.gjt.universe.gui with parameters of type Coord
InternalCoord(Coord center, Coord c)
           
InternalCoord(Coord center, Coord c)
           
DisplayMap(GalaxyID galaxy, Coord cent)
           
 

Uses of Coord in org.gjt.universe.tests
 

Fields in org.gjt.universe.tests declared as Coord
(package private)  Coord CoordTest.defaultCoord
           
(package private)  Coord CoordTest.rightCoord
           
(package private)  Coord CoordTest.leftCoord
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.