Files
Tools_java/tctable/Point.java
2024-11-18 22:17:38 +05:00

14 lines
239 B
Java

/**
* Created by IntelliJ IDEA.
* User: igor
* Date: 09.03.2007
* Time: 0:53:45
* To change this template use File | Settings | File Templates.
*/
package tctable;
public class Point
{
public double x=0;
public double y=0;
}