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

D

DegeneratedLine2DException - Exception in math.geom2d.line
A degenerated line, whose direction vector is undefined, had been encountered.
DegeneratedLine2DException(String, LinearShape2D) - Constructor for exception math.geom2d.line.DegeneratedLine2DException
 
DegeneratedLine2DException(LinearShape2D) - Constructor for exception math.geom2d.line.DegeneratedLine2DException
 
difference(Polygon2D, Polygon2D) - Static method in class math.geom2d.polygon.Polygons2D
Computes the Difference of the two polygons.
direction() - Method in class math.geom2d.line.AbstractLine2D
Returns the direction vector of this linear shape.
direction() - Method in class math.geom2d.line.Line2D
 
direction() - Method in interface math.geom2d.line.LinearShape2D
Return one direction vector of the linear shape.
direction() - Method in class math.geom3d.line.StraightLine3D
 
distance(Point2D) - Method in class math.geom2d.conic.Circle2D
 
distance(double, double) - Method in class math.geom2d.conic.Circle2D
 
distance(Point2D) - Method in class math.geom2d.conic.CircleArc2D
 
distance(double, double) - Method in class math.geom2d.conic.CircleArc2D
 
distance(Point2D) - Method in class math.geom2d.conic.Ellipse2D
Computes distance using a polyline approximation.
distance(double, double) - Method in class math.geom2d.conic.Ellipse2D
 
distance(Point2D) - Method in class math.geom2d.conic.EllipseArc2D
 
distance(double, double) - Method in class math.geom2d.conic.EllipseArc2D
 
distance(Point2D) - Method in class math.geom2d.conic.HyperbolaBranch2D
 
distance(double, double) - Method in class math.geom2d.conic.HyperbolaBranch2D
 
distance(Point2D) - Method in class math.geom2d.conic.HyperbolaBranchArc2D
 
distance(double, double) - Method in class math.geom2d.conic.HyperbolaBranchArc2D
 
distance(Point2D) - Method in class math.geom2d.conic.Parabola2D
 
distance(double, double) - Method in class math.geom2d.conic.Parabola2D
 
distance(Point2D) - Method in class math.geom2d.conic.ParabolaArc2D
 
distance(double, double) - Method in class math.geom2d.conic.ParabolaArc2D
 
distance(Point2D) - Method in class math.geom2d.curve.CurveArray2D
 
distance(double, double) - Method in class math.geom2d.curve.CurveArray2D
 
distance(Point2D) - Method in class math.geom2d.domain.GenericDomain2D
 
distance(double, double) - Method in class math.geom2d.domain.GenericDomain2D
 
distance(Point2D) - Method in class math.geom2d.line.AbstractLine2D
Returns the distance of the StraightObject2d to the given point.
distance(double, double) - Method in class math.geom2d.line.AbstractLine2D
Returns the distance of the StraightObject2d to the given point.
distance(Point2D) - Method in class math.geom2d.line.Line2D
Returns the distance of the point p to this edge.
distance(double, double) - Method in class math.geom2d.line.Line2D
Returns the distance of the point (x, y) to this edge.
distance(double, double) - Method in class math.geom2d.line.LineSegment2D
Get the distance of the point (x, y) to this edge.
distance(double, double) - Method in class math.geom2d.line.StraightLine2D
Returns the distance of the point (x, y) to this straight line.
distance(Point2D) - Method in class math.geom2d.point.PointArray2D
Return distance to the closest point of the collection
distance(double, double) - Method in class math.geom2d.point.PointArray2D
 
distance(double, double, double, double) - Static method in class math.geom2d.Point2D
Computes the Euclidean distance between two points, given by their coordinates.
distance(Point2D, Point2D) - Static method in class math.geom2d.Point2D
Computes the Euclidean distance between two points.
distance(Point2D) - Method in class math.geom2d.Point2D
Computes the distance between this and the point point.
distance(double, double) - Method in class math.geom2d.Point2D
Computes the distance between current point and point with coordinate (x,y).
distance(Point2D) - Method in class math.geom2d.polygon.HRectangle2D
Deprecated. Returns the distance of the point to the polygon.
distance(double, double) - Method in class math.geom2d.polygon.HRectangle2D
Deprecated. Returns the distance of the point to the polygon.
distance(double, double) - Method in class math.geom2d.polygon.LinearCurve2D
 
distance(Point2D) - Method in class math.geom2d.polygon.LinearCurve2D
 
distance(Point2D) - Method in class math.geom2d.polygon.MultiPolygon2D
 
distance(double, double) - Method in class math.geom2d.polygon.MultiPolygon2D
 
distance(Point2D) - Method in class math.geom2d.polygon.Rectangle2D
Returns the distance of the point to the polygon.
distance(double, double) - Method in class math.geom2d.polygon.Rectangle2D
Returns the distance of the point to the polygon.
distance(Point2D) - Method in class math.geom2d.polygon.SimplePolygon2D
Returns the distance of the point to the polygon.
distance(double, double) - Method in class math.geom2d.polygon.SimplePolygon2D
Returns the distance of the point to the polygon.
distance(Point2D) - Method in interface math.geom2d.Shape2D
Returns the distance of the shape to the given point, or the distance of point to the frontier of the shape in the case of a plain shape.
distance(double, double) - Method in interface math.geom2d.Shape2D
Returns the distance of the shape to the given point, specified by x and y, or the distance of point to the frontier of the shape in the case of a plain (i.e. fillable) shape.
distance(Point2D) - Method in class math.geom2d.ShapeArray2D
 
distance(double, double) - Method in class math.geom2d.ShapeArray2D
 
distance(Point2D) - Method in class math.geom2d.spline.CubicBezierCurve2D
 
distance(double, double) - Method in class math.geom2d.spline.CubicBezierCurve2D
Compute approximated distance, computed on a polyline.
distance(Point2D) - Method in class math.geom2d.spline.QuadBezierCurve2D
 
distance(double, double) - Method in class math.geom2d.spline.QuadBezierCurve2D
Computes approximated distance, computed on a polyline.
distance(Point3D) - Method in class math.geom3d.line.LineSegment3D
 
distance(Point3D) - Method in class math.geom3d.line.StraightLine3D
 
distance(Point3D) - Method in class math.geom3d.plane.Plane3D
 
distance(Point3D) - Method in class math.geom3d.Point3D
 
distance(Point3D) - Method in class math.geom3d.PointSet3D
 
distance(Point3D) - Method in interface math.geom3d.Shape3D
Gets the distance of the shape to the given point, or the distance of point to the frontier of the shape in the case of a plain shape.
domain() - Method in class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
domain() - Method in interface math.geom2d.circulinear.CirculinearBoundary2D
 
domain() - Method in class math.geom2d.circulinear.CirculinearContourArray2D
 
domain() - Method in interface math.geom2d.circulinear.CirculinearRing2D
 
domain() - Method in class math.geom2d.circulinear.GenericCirculinearRing2D
 
domain() - Method in class math.geom2d.conic.Circle2D
 
domain() - Method in class math.geom2d.conic.Ellipse2D
 
domain() - Method in class math.geom2d.conic.HyperbolaBranch2D
 
domain() - Method in class math.geom2d.conic.Parabola2D
 
domain() - Method in interface math.geom2d.domain.Boundary2D
Returns the domain delimited by this boundary.
domain() - Method in class math.geom2d.domain.BoundaryPolyCurve2D
 
domain() - Method in class math.geom2d.domain.ContourArray2D
 
domain() - Method in class math.geom2d.line.StraightLine2D
 
domain() - Method in class math.geom2d.polygon.LinearRing2D
 
Domain2D - Interface in math.geom2d.domain
Interface for shapes that draws an 'interior' and an 'exterior'.
DomainArray2D<T extends Domain2D> - Class in math.geom2d.domain
An array of domains.
DomainArray2D() - Constructor for class math.geom2d.domain.DomainArray2D
 
DomainArray2D(int) - Constructor for class math.geom2d.domain.DomainArray2D
 
DomainArray2D(Collection<T>) - Constructor for class math.geom2d.domain.DomainArray2D
 
DomainArray2D(T...) - Constructor for class math.geom2d.domain.DomainArray2D
 
DomainSet2D<T extends Domain2D> - Interface in math.geom2d.domain
General interface for a set of domains, that is itself a domain.
dot(Vector2D, Vector2D) - Static method in class math.geom2d.Vector2D
Get the dot product of the two vectors, defined by : dx1*dy2 + dx2*dy1 Dot product is zero if the vectors defined by the 2 vectors are orthogonal.
dot(Vector2D) - Method in class math.geom2d.Vector2D
Get the dot product with point p.
dotProduct(Vector3D, Vector3D) - Static method in class math.geom3d.Vector3D
Computes the dot product of the two vectors, defined by : x1*x2 + y1*y2 + z1*z2 Dot product is zero if the vectors defined by the 2 vectors are orthogonal.
draw(Graphics2D) - Method in class math.geom2d.Box2D
Draws the boundary of the box on the specified graphics.
draw(Graphics2D) - Method in class math.geom2d.conic.Circle2D
 
draw(Graphics2D) - Method in class math.geom2d.conic.CircleArc2D
 
draw(Graphics2D) - Method in class math.geom2d.conic.Ellipse2D
 
draw(Graphics2D) - Method in class math.geom2d.conic.EllipseArc2D
 
draw(Graphics2D) - Method in class math.geom2d.conic.Hyperbola2D
Throws an UnboundedShapeException
draw(Graphics2D) - Method in class math.geom2d.curve.AbstractContinuousCurve2D
 
draw(Graphics2D) - Method in interface math.geom2d.curve.Curve2D
Draws the curve on the given Graphics2D object.
draw(Graphics2D) - Method in class math.geom2d.curve.CurveArray2D
 
draw(Graphics2D) - Method in class math.geom2d.curve.PolyCurve2D
 
draw(Graphics2D) - Method in interface math.geom2d.domain.Domain2D
Draws the boundary of the domain, using current Stroke and color.
draw(Graphics2D) - Method in class math.geom2d.domain.GenericDomain2D
 
draw(Graphics2D) - Method in class math.geom2d.point.PointArray2D
Draws the point set on the specified Graphics2D, using default radius equal to 1.
draw(Graphics2D, double) - Method in class math.geom2d.point.PointArray2D
Draws the point set on the specified Graphics2D, by filling a disc with a given radius.
draw(Graphics2D) - Method in class math.geom2d.Point2D
Draws the point on the specified Graphics2D, using default radius equal to 1.
draw(Graphics2D, double) - Method in class math.geom2d.Point2D
Draws the point on the specified Graphics2D, by filling a disc with a given radius.
draw(Graphics2D) - Method in class math.geom2d.polygon.HRectangle2D
Deprecated.  
draw(Graphics2D) - Method in class math.geom2d.polygon.LinearCurve2D
 
draw(Graphics2D) - Method in class math.geom2d.polygon.MultiPolygon2D
 
draw(Graphics2D) - Method in class math.geom2d.polygon.Rectangle2D
 
draw(Graphics2D) - Method in class math.geom2d.polygon.SimplePolygon2D
 
draw(Graphics2D) - Method in interface math.geom2d.Shape2D
Draws the shape on the given graphics.
draw(Graphics2D) - Method in class math.geom2d.ShapeArray2D
 

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