Uses of Class
org.holtz.zoe.Point

Packages that use Point
org.holtz.zoe A Zoe World with evolvable Bugs controlled by Genes coded as mutating Zoel programs.
 
 

Uses of Point in org.holtz.zoe
 

Fields in org.holtz.zoe declared as Point
 Point Genotype.birthPlace
           
 

Methods in org.holtz.zoe that return Point
 Point ZObject.location()
           
 Point World.midpoint()
           
static Point Point.parse(java.lang.String text)
           
 

Methods in org.holtz.zoe with parameters of type Point
 double ZObject.bearing(Point target)
           
 double Point.bearing(Point target, World world)
           
 double Point.bearing(Point target, World world, double[] range)
           
 double ZObject.range(Point target)
           
 double Point.range(Point target, World world)
           
 

Constructors in org.holtz.zoe with parameters of type Point
Genotype(Genotype mom, Genotype dad, java.util.Random random, Point where)
           
Genotype(Genotype mom, java.util.Random random, Point where)