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

org.jeometry.geom2D.point.Point2DContainer Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.jeometry.geom2D.point;

import java.util.List;

import org.jeometry.Jeometry;
import org.jeometry.geom2D.SpatialLocalization2D;

/**
 * A container dedicated to the management of {@link Point2D 2D points}. Basically, this interface describes a list of 2D points.
 * @author Julien Seinturier - COMEX S.A. - [email protected] - https://github.com/jorigin/jeometry
 * @version {@value Jeometry#version}
 * @since 1.0.0
 */
public interface Point2DContainer extends List, SpatialLocalization2D {
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy