Files
org.ccalm.asdc/app/src/main/java/tctable/Point.java
2023-11-06 11:50:11 +06: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;
}