A B C D E F G H I K L M N O P Q R S T U V W X Y

E

e - Variable in class math.geom2d.conic.ParametricConic2D
 
ELLIPSE - Static variable in interface math.geom2d.conic.Conic2D
 
ellipse - Variable in class math.geom2d.conic.EllipseArc2D
 
Ellipse2D - Class in math.geom2d.conic
An ellipse in the plane.
Ellipse2D() - Constructor for class math.geom2d.conic.Ellipse2D
Empty constructor, define ellipse centered at origin with both major and minor semi-axis with length equal to 1.
Ellipse2D(Point2D, double, double) - Constructor for class math.geom2d.conic.Ellipse2D
Main constructor: define center by a point plus major and minor smei axis
Ellipse2D(double, double, double, double) - Constructor for class math.geom2d.conic.Ellipse2D
Define center by coordinate, plus major and minor semi axis
Ellipse2D(Point2D, double, double, double) - Constructor for class math.geom2d.conic.Ellipse2D
Define center by point, major and minor semi axis lengths, and orientation angle.
Ellipse2D(double, double, double, double, double) - Constructor for class math.geom2d.conic.Ellipse2D
Define center by coordinate, major and minor semi axis lengths, and orientation angle.
Ellipse2D(double, double, double, double, double, boolean) - Constructor for class math.geom2d.conic.Ellipse2D
Define center by coordinate, major and minor semi axis lengths, orientation angle, and boolean flag for directed ellipse.
Ellipse2D(Ellipse2D) - Constructor for class math.geom2d.conic.Ellipse2D
construct an ellipse from the java.awt.geom class for ellipse.
EllipseArc2D - Class in math.geom2d.conic
An arc of ellipse.
EllipseArc2D() - Constructor for class math.geom2d.conic.EllipseArc2D
Construct a default Ellipse arc, centered on (0,0), with radii equal to 1 and 1, orientation equal to 0, start angle equal to 0, and angle extent equal to PI/2.
EllipseArc2D(Ellipse2D, double, double) - Constructor for class math.geom2d.conic.EllipseArc2D
Specify supporting ellipse, start angle and angle extent.
EllipseArc2D(Ellipse2D, double, double, boolean) - Constructor for class math.geom2d.conic.EllipseArc2D
Specify supporting ellipse, start angle and end angle, and a flag indicating wheter the arc is directed or not.
EllipseArc2D(double, double, double, double, double, double, double) - Constructor for class math.geom2d.conic.EllipseArc2D
Specify parameters of supporting ellipse, start angle, and angle extent.
EllipseArc2D(double, double, double, double, double, double, double, boolean) - Constructor for class math.geom2d.conic.EllipseArc2D
Specify parameters of supporting ellipse, bounding angles and flag for direct ellipse.
EMPTY_SET - Static variable in interface math.geom2d.Shape2D
 
equals(Object) - Method in class math.geom2d.Box2D
Test if boxes are the same. two boxes are the same if the have the same bounds.
equals(Object) - Method in class math.geom2d.conic.Circle2D
 
equals(Object) - Method in class math.geom2d.conic.CircleArc2D
two circle arc arre equal if the have same center, same radius, same starting and ending angles, and same orientation.
equals(Object) - Method in class math.geom2d.conic.Ellipse2D
 
equals(Object) - Method in class math.geom2d.conic.EllipseArc2D
 
equals(Object) - Method in class math.geom2d.conic.Hyperbola2D
Tests whether this hyperbola equals another object.
equals(Object) - Method in class math.geom2d.conic.Parabola2D
 
equals(Object) - Method in class math.geom2d.conic.ParabolaArc2D
 
equals(Object) - Method in class math.geom2d.curve.CurveSet2D
Return true if obj is a CurveSet2D with the same number of curves, and such that each curve belongs to both objects.
equals(Object) - Method in class math.geom2d.line.LineArc2D
 
equals(LineArc2D) - Method in class math.geom2d.line.LineArc2D
Compare two edges, and returns true if they have the two same vertices.
equals(Object) - Method in class math.geom2d.line.LineObject2D
 
equals(LineObject2D) - Method in class math.geom2d.line.LineObject2D
Two LineObject2D are equals if the share the two same points, in the same order.
equals(Object) - Method in class math.geom2d.line.Polyline2D
 
equals(Object) - Method in class math.geom2d.Point2D
Two points are consided equal if their euclidean distance is less than Shape2D.ACCURACY.
equals(Object) - Method in class math.geom2d.polygon.HRectangle2D
Test if rectangles are the same.
equals(Object) - Method in class math.geom2d.polygon.Polygon2D
Test if the two polygons are equal.
equals(Object) - Method in class math.geom2d.polygon.Rectangle2D
Test if retangles are the same.
equals(Object) - Method in class math.geom2d.transform.AbstractAffineTransform2D
 
equals(Object) - Method in class math.geom2d.Vector2D
Test whether this object is the same as another vector.
equals(Object) - Method in class math.geom3d.AffineTransform3D
 

A B C D E F G H I K L M N O P Q R S T U V W X Y