All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.goebl.simplify.Point Maven / Gradle / Ivy

The newest version!
package com.goebl.simplify;

/**
 * Access to X and Y coordinates (2D-Point).
 *
 * @author hgoebl
 * @since 06.07.13
 */
public interface Point {
    double getX();
    double getY();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy