org.concord.collisions.engine
Class CCPoint

java.lang.Object
  |
  +--org.concord.collisions.engine.CCPoint

public class CCPoint
extends java.lang.Object

utility Class for keeping floating point coordinates Point

Author:
Dmitry Markman

Field Summary
protected  float x
           
protected  float y
           
 
Constructor Summary
CCPoint(float x, float y)
           
 
Method Summary
 float getX()
           
 float getY()
           
 void setX(float x)
           
 void setY(float y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected float x

y

protected float y
Constructor Detail

CCPoint

public CCPoint(float x,
               float y)
Method Detail

getX

public float getX()

getY

public float getY()

setX

public void setX(float x)

setY

public void setY(float y)