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

pythagoras.d.IEllipse Maven / Gradle / Ivy

The newest version!
//
// Pythagoras - a collection of geometry classes
// http://github.com/samskivert/pythagoras

package pythagoras.d;

/**
 * Provides read-only access to an {@link Ellipse}.
 */
public interface IEllipse extends IRectangularShape, Cloneable
{
    /** Returns a mutable copy of this ellipse. */
    Ellipse clone ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy