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

L

lastCurve() - Method in class math.geom2d.curve.CurveArray2D
Returns the last curve of the collection if it exists, null otherwise.
lastCurve() - Method in interface math.geom2d.curve.CurveSet2D
Returns the last curve of the collection if it exists, null otherwise.
lastEdge() - Method in class math.geom2d.polygon.LinearCurve2D
 
lastEdge() - Method in class math.geom2d.polygon.LinearRing2D
Returns the last edge of this linear ring.
lastEdge() - Method in class math.geom2d.polygon.Polyline2D
 
lastPoint() - Method in class math.geom2d.conic.Circle2D
Get the last point of the circle, which is the same as the first point.
lastPoint() - Method in class math.geom2d.conic.Ellipse2D
Returns the last point of the ellipse, which is the same as the first point.
lastPoint() - Method in class math.geom2d.curve.AbstractContinuousCurve2D
 
lastPoint() - Method in interface math.geom2d.curve.Curve2D
Returns the last point of the curve.
lastPoint() - Method in class math.geom2d.curve.CurveArray2D
Returns the last point of the curve.
lastPoint() - Method in class math.geom2d.line.Line2D
Get the last point of the curve.
lastPoint() - Method in class math.geom2d.line.LineArc2D
Returns the last point of the edge.
lastPoint() - Method in class math.geom2d.line.LineSegment2D
Returns the last point of the edge.
lastPoint() - Method in class math.geom2d.line.StraightLine2D
Throws an infiniteShapeException
lastPoint() - Method in class math.geom2d.polygon.LinearRing2D
Returns the first point, as this is the same as the last point.
lastPoint() - Method in class math.geom2d.polygon.Polyline2D
Returns the last point of this polyline, or null if the polyline does not contain any point.
lastPoint() - Method in class math.geom2d.spline.CubicBezierCurve2D
Returns the last point of the curve.
lastPoint() - Method in class math.geom2d.spline.QuadBezierCurve2D
Returns the last point of the curve, that corresponds to the third control point.
lastPoint() - Method in interface math.geom3d.curve.Curve3D
Get the last point of the curve.
lastPoint() - Method in class math.geom3d.line.LineSegment3D
 
lastPoint() - Method in class math.geom3d.line.StraightLine3D
 
leftTangent(double) - Method in class math.geom2d.curve.AbstractSmoothCurve2D
 
leftTangent(double) - Method in interface math.geom2d.curve.ContinuousCurve2D
Computes the left tangent at the given position.
leftTangent(double) - Method in class math.geom2d.curve.PolyCurve2D
 
leftTangent(double) - Method in class math.geom2d.polygon.LinearCurve2D
 
length() - Method in class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
length(double) - Method in class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
length() - Method in class math.geom2d.circulinear.CirculinearContourArray2D
 
length(double) - Method in class math.geom2d.circulinear.CirculinearContourArray2D
 
length() - Method in interface math.geom2d.circulinear.CirculinearCurve2D
 
length(double) - Method in interface math.geom2d.circulinear.CirculinearCurve2D
 
length() - Method in class math.geom2d.circulinear.CirculinearCurveArray2D
 
length(double) - Method in class math.geom2d.circulinear.CirculinearCurveArray2D
 
length() - Method in class math.geom2d.circulinear.PolyCirculinearCurve2D
 
length(double) - Method in class math.geom2d.circulinear.PolyCirculinearCurve2D
 
length() - Method in class math.geom2d.conic.Circle2D
Returns perimeter of the circle (equal to 2*PI*radius).
length(double) - Method in class math.geom2d.conic.Circle2D
Returns the geodesic leangth until the given position.
length() - Method in class math.geom2d.conic.CircleArc2D
 
length(double) - Method in class math.geom2d.conic.CircleArc2D
 
length() - Method in class math.geom2d.line.AbstractLine2D
 
length(double) - Method in class math.geom2d.line.AbstractLine2D
 
length() - Method in class math.geom2d.line.Line2D
 
length(double) - Method in class math.geom2d.line.Line2D
 
length() - Method in class math.geom2d.line.LineArc2D
Returns the length of the line arc.
length() - Method in class math.geom2d.line.LineSegment2D
Returns the length of the line segment.
length() - Method in class math.geom2d.polygon.LinearCurve2D
 
length(double) - Method in class math.geom2d.polygon.LinearCurve2D
 
Line2D - Class in math.geom2d.line
Line object defined from 2 points.
Line2D(Point2D, Point2D) - Constructor for class math.geom2d.line.Line2D
Define a new Line2D with two extremities.
Line2D(double, double, double, double) - Constructor for class math.geom2d.line.Line2D
Define a new Line2D with two extremities.
LineArc2D - Class in math.geom2d.line
LineArc2D is a generic class to represent edges, straight lines, and rays.
LineArc2D(Point2D, Point2D, double, double) - Constructor for class math.geom2d.line.LineArc2D
 
LineArc2D(LinearShape2D, double, double) - Constructor for class math.geom2d.line.LineArc2D
Construct a line arc contained in the same straight line as first argument, with bounds of arc given by t0 and t1
LineArc2D(LineArc2D) - Constructor for class math.geom2d.line.LineArc2D
Construction by copy of another line arc
LineArc2D(double, double, double, double, double, double) - Constructor for class math.geom2d.line.LineArc2D
Construct a line arc by the parameters of the supporting line and two positions on the line.
LinearCurve2D - Class in math.geom2d.polygon
Abstract class that is the base implementation of Polyline2D and LinearRing2D.
LinearElement2D - Interface in math.geom2d.line
A continuous linear shape, like a straight line, a line segment or a ray.
LinearRing2D - Class in math.geom2d.polygon
A LinearRing2D is a Polyline2D whose last point is connected to the first one.
LinearRing2D() - Constructor for class math.geom2d.polygon.LinearRing2D
 
LinearRing2D(Point2D) - Constructor for class math.geom2d.polygon.LinearRing2D
 
LinearRing2D(Point2D...) - Constructor for class math.geom2d.polygon.LinearRing2D
 
LinearRing2D(double[], double[]) - Constructor for class math.geom2d.polygon.LinearRing2D
 
LinearRing2D(Collection<? extends Point2D>) - Constructor for class math.geom2d.polygon.LinearRing2D
 
LinearShape2D - Interface in math.geom2d.line
A curve that can be inscribed in a straight line, like a ray, a straight line, or a line segment.
lineCircleIntersections(LinearShape2D, CircularShape2D) - Static method in class math.geom2d.conic.Circle2D
Computes intersections of a circle with a line.
lineIntersection(StraightLine3D) - Method in class math.geom3d.plane.Plane3D
Compute intersection of a line with this plane.
LineProjection2D - Class in math.geom2d.transform
orthogonal projection on a line.
LineProjection2D() - Constructor for class math.geom2d.transform.LineProjection2D
 
LineSegment2D - Class in math.geom2d.line
Line segment, defined as the set of points located between the two end points.
LineSegment2D(Point2D, Point2D) - Constructor for class math.geom2d.line.LineSegment2D
Defines a new Edge with two extremities.
LineSegment2D(double, double, double, double) - Constructor for class math.geom2d.line.LineSegment2D
Defines a new Edge with two extremities.
LineSegment3D - Class in math.geom3d.line
 
LineSegment3D(Point3D, Point3D) - Constructor for class math.geom3d.line.LineSegment3D
 
lineTo(double, double) - Method in class math.geom2d.curve.GeneralPath2D
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates.
lineTo(Point2D) - Method in class math.geom2d.curve.GeneralPath2D
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates.
localPosition(double) - Method in class math.geom2d.curve.CurveArray2D
Converts the position on the curve set, which is comprised between 0 and 2*Nc-1 with Nc being the number of curves, to the position on the curve which contains the position.
localPosition(double) - Method in interface math.geom2d.curve.CurveSet2D
Converts the position on the curve set, which is comprised between 0 and 2*Nc-1 with Nc being the number of curves, to the position on the curve which contains the position.
locateIntersections(CirculinearCurve2D, CirculinearCurve2D) - Static method in class math.geom2d.circulinear.CirculinearCurves2D
Locate intersection points of two curves.
locateSelfIntersections(CurveSet2D<? extends CirculinearElement2D>) - Static method in class math.geom2d.circulinear.CirculinearCurves2D
 

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