com.partnersoft.v3x.geometry.single
Class Point

java.lang.Object
  extended by com.partnersoft.v3x.geometry.single.Point

public class Point
extends java.lang.Object


Field Summary
 float x
           
 float y
           
 
Constructor Summary
Point(float x, float y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y
Constructor Detail

Point

public Point(float x,
             float y)