org.woehlke.simulation.evolution.beans
Class SimGenPoint
java.lang.Object
org.woehlke.simulation.evolution.beans.SimGenPoint
- All Implemented Interfaces:
- java.io.Serializable
public class SimGenPoint
- extends java.lang.Object
- implements java.io.Serializable
(C) 2006 - 2008 Thomas Woehlke
http://www.thomas-woehlke.de
- Author:
- Thomas Woehlke
Date: 04.02.2006
Time: 23:47:05
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimGenPoint
public SimGenPoint(SimGenPoint p)
SimGenPoint
public SimGenPoint(int x,
int y)
getX
public int getX()
setX
public void setX(int x)
getY
public int getY()
setY
public void setY(int y)
killNagative
public void killNagative()
add
public void add(SimGenPoint p)
normalize
public void normalize(SimGenPoint p)
Copyright © 2006-2008 Thomas Woehlke. All Rights Reserved.