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

P

PARABOLA - Static variable in interface math.geom2d.conic.Conic2D
 
parabola - Variable in class math.geom2d.conic.ParabolaArc2D
 
Parabola2D - Class in math.geom2d.conic
A parabola, defined by its vertex, its orientation, and its pedal.
Parabola2D() - Constructor for class math.geom2d.conic.Parabola2D
 
Parabola2D(Point2D, double, double) - Constructor for class math.geom2d.conic.Parabola2D
 
Parabola2D(double, double, double, double) - Constructor for class math.geom2d.conic.Parabola2D
 
ParabolaArc2D - Class in math.geom2d.conic
An arc of parabola, defined by a parent parabola, and two limits for the parametrization.
ParabolaArc2D(Parabola2D, double, double) - Constructor for class math.geom2d.conic.ParabolaArc2D
 
ParametricConic2D - Class in math.geom2d.conic
A parametric Conic is defined directly from its parametric equation: a*x^2 + b*x*y + c*y^2 + d*x + e*y + f
ParametricConic2D(double[]) - Constructor for class math.geom2d.conic.ParametricConic2D
 
ParametricConic2D(double, double, double, double, double, double) - Constructor for class math.geom2d.conic.ParametricConic2D
 
plus(Point2D) - Method in class math.geom2d.Point2D
 
plus(Vector2D) - Method in class math.geom2d.Vector2D
Return the sum of current vector with vector given as parameter.
POINT - Static variable in interface math.geom2d.conic.Conic2D
 
Point2D - Class in math.geom2d
A point in the plane defined by its 2 cartesian coordinates x and y.
Point2D() - Constructor for class math.geom2d.Point2D
construct a new Point2D at position (0,0).
Point2D(double, double) - Constructor for class math.geom2d.Point2D
constructor with given position.
Point2D(Point2D) - Constructor for class math.geom2d.Point2D
Constructor from a java awt.geom Point2D, included for compatibility.
Point2D(Point2D, Point2D) - Constructor for class math.geom2d.Point2D
Constructor from two java awt.geom Point2D, summing their coordinates.
Point2D(Point2D, double, double) - Constructor for class math.geom2d.Point2D
Constructor from a java awt.geom Point2D, and two double.
Point2S - Class in math.geom2s
A point in spherical coordinates.
Point2S(double, double) - Constructor for class math.geom2s.Point2S
 
Point3D - Class in math.geom3d
 
Point3D() - Constructor for class math.geom3d.Point3D
 
Point3D(double, double, double) - Constructor for class math.geom3d.Point3D
 
points - Variable in class math.geom2d.line.Polyline2D
 
points - Variable in class math.geom2d.PointSet2D
 
points - Variable in class math.geom2d.polygon.Polygon2D
The inner ordered list of vertices.
PointSet2D - Class in math.geom2d
Represent the union of a finite number of Point2D.
PointSet2D() - Constructor for class math.geom2d.PointSet2D
 
PointSet2D(Point2D[]) - Constructor for class math.geom2d.PointSet2D
Instances of Point2D are directly added, other Point are converted to Point2D with the same location.
PointSet2D(Collection<? extends Point2D>) - Constructor for class math.geom2d.PointSet2D
points must be a collection of java.awt.Point.
PointSymmetry2D - Class in math.geom2d.transform
Transform each point with its symmetric with respect to a point.
PointSymmetry2D(Point2D) - Constructor for class math.geom2d.transform.PointSymmetry2D
 
PointSymmetry2D(double, double) - Constructor for class math.geom2d.transform.PointSymmetry2D
 
PolyBezierCurve2D - Class in math.geom2d.spline
A set of bezier curves, making a continuous curve.
PolyBezierCurve2D() - Constructor for class math.geom2d.spline.PolyBezierCurve2D
 
PolyBezierCurve2D(BezierCurve2D[]) - Constructor for class math.geom2d.spline.PolyBezierCurve2D
 
PolyBezierCurve2D(Collection<BezierCurve2D>) - Constructor for class math.geom2d.spline.PolyBezierCurve2D
 
PolyCurve2D<T extends ContinuousCurve2D> - Class in math.geom2d.curve
A PolyCurve2D is a set of piecewise smooth curve arcs, such that the end of a curve is the beginning of the next curve, and such that they do not intersect nor self-intersect.
PolyCurve2D() - Constructor for class math.geom2d.curve.PolyCurve2D
 
PolyCurve2D(T[]) - Constructor for class math.geom2d.curve.PolyCurve2D
 
PolyCurve2D(Collection<? extends T>) - Constructor for class math.geom2d.curve.PolyCurve2D
 
Polygon2D - Class in math.geom2d.polygon
Represent a polygonal domain whose boundary is a single closed polyline.
Polygon2D() - Constructor for class math.geom2d.polygon.Polygon2D
Empty constructor: no vertex.
Polygon2D(Point2D[]) - Constructor for class math.geom2d.polygon.Polygon2D
Constructor from an array of points
Polygon2D(double[], double[]) - Constructor for class math.geom2d.polygon.Polygon2D
Constructor from two arrays, one for each coordinate.
Polygon2D(Collection<? extends Point2D>) - Constructor for class math.geom2d.polygon.Polygon2D
 
PolygonalShape2D - Interface in math.geom2d.polygon
Represent any class made of a finite set of simply connected edges.
Polyline2D - Class in math.geom2d.line
A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
Polyline2D() - Constructor for class math.geom2d.line.Polyline2D
 
Polyline2D(Point2D) - Constructor for class math.geom2d.line.Polyline2D
 
Polyline2D(Point2D[]) - Constructor for class math.geom2d.line.Polyline2D
 
Polyline2D(Collection<? extends Point2D>) - Constructor for class math.geom2d.line.Polyline2D
 
Polyline2D(double[], double[]) - Constructor for class math.geom2d.line.Polyline2D
 
PolyOrientedCurve2D<T extends ContinuousOrientedCurve2D> - Class in math.geom2d.curve
A PolyOrientedCurve2D is a set of piecewise smooth curve arcs, such that the end of a curve is the beginning of the next curve, and such that they do not intersect nor self-intersect.
PolyOrientedCurve2D() - Constructor for class math.geom2d.curve.PolyOrientedCurve2D
 
PolyOrientedCurve2D(T[]) - Constructor for class math.geom2d.curve.PolyOrientedCurve2D
 
PolyOrientedCurve2D(Collection<? extends T>) - Constructor for class math.geom2d.curve.PolyOrientedCurve2D
 
preConcatenate(GenericAffineTransform2D) - Method in class math.geom2d.transform.GenericAffineTransform2D
Combine this transform with another AffineTransform.
preConcatenate(AffineTransform3D) - Method in class math.geom3d.AffineTransform3D
Combine this transform with another AffineTransform.
project(Point2D) - Method in class math.geom2d.conic.Ellipse2D
 
project(Point2D) - Method in class math.geom2d.conic.EllipseArc2D
 
project(Point2D) - Method in class math.geom2d.conic.HyperbolaBranch2D
 
project(Point2D) - Method in class math.geom2d.conic.HyperbolaBranchArc2D
 
project(Point2D) - Method in class math.geom2d.conic.Parabola2D
Returns position of point on the parabola.
project(Point2D) - Method in class math.geom2d.conic.ParabolaArc2D
 
project(Point2D) - Method in class math.geom2d.conic.ParametricConic2D
 
project(Point2D) - Method in interface math.geom2d.curve.Curve2D
Returns the position of the closest orthogonal projection of the point on the curve, or of the closest singular point.
project(Point2D) - Method in class math.geom2d.curve.CurveSet2D
 
project(Point2D) - Method in class math.geom2d.line.LineArc2D
Gets the position of the closest point on the line arc.
project(Point2D) - Method in class math.geom2d.line.LineObject2D
 
project(Point2D) - Method in class math.geom2d.line.Polyline2D
 
project(Point2D) - Method in class math.geom2d.spline.BezierCurve2D
Compute position by approximating cubic spline with a polyline.
Projection2D - Interface in math.geom2d.transform
interface for projections in the plane : projections on a line, on a circle, ...

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