Asteroids
Class GLKnowInfo


public class GLKnowInfo


Field Summary
 floatcolor
           
 ProxyGLPointcoordinate
           
 booleandie
           
 booleandrawFlag
           
 floatdx
           
 floatdy
           
 booleanhit
           
 inthits
           
 MamIdmamid
           
 booleanmonitorFlag
           
 floatog
           
 private Randomrand
           
 floatrot
           
 booleanshow
           
 floatsize
           
 longstarttime
           
 Stringurl
           

Constructor Summary
GLKnowInfo(MamId id)
           
GLKnowInfo()
           

Method Summary
 voidadvance()
           
 private floatgetRandom(boolean signed, float begin, float end)
           

Field Detail

color

public float color

coordinate

public ProxyGLPoint coordinate

die

public boolean die

drawFlag

public boolean drawFlag

dx

public float dx

dy

public float dy

hit

public boolean hit

hits

public int hits

mamid

public MamId mamid

monitorFlag

public boolean monitorFlag

og

public float og

rand

private Random rand

rot

public float rot

show

public boolean show

size

public float size

starttime

public long starttime

url

public String url
Constructor Detail

GLKnowInfo

public GLKnowInfo(MamId id)

GLKnowInfo

public GLKnowInfo()
Method Detail

advance

public void advance()

getRandom

private float getRandom(boolean signed, float begin, float end)