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

B

b - Variable in class math.geom2d.conic.ParametricConic2D
 
BezierCurve2D - Class in math.geom2d.spline
An extension of the Bezier curve provided in java.awt.geom, with support for SmoothCurve2D and OrientedCurve2D.
BezierCurve2D() - Constructor for class math.geom2d.spline.BezierCurve2D
 
BezierCurve2D(Point2D, Point2D, Point2D, Point2D) - Constructor for class math.geom2d.spline.BezierCurve2D
Build a new Bezier curve of degree 3 by specifying position of extreme points and position of 2 control points.
BezierCurve2D(Point2D, Vector2D, Point2D, Vector2D) - Constructor for class math.geom2d.spline.BezierCurve2D
Build a new Bezier curve of degree 3 by specifying position and tangent of first and last points.
BezierCurve2D(double, double, double, double, double, double, double, double) - Constructor for class math.geom2d.spline.BezierCurve2D
Build a new Bezier curve of degree 3 by specifying position of extreme points and position of 2 control points.
Bijection2D - Interface in math.geom2d.transform
Interface for all bijective transformations in the euclidean plane.
Bijection3D - Interface in math.geom3d
A transformation in the space that have an inverse.
boundary - Variable in class math.geom2d.curve.GenericDomain2D
 
Boundary2D - Interface in math.geom2d.curve
A Boundary2D is the curve which defines the contour of a domain in the plane.
BoundaryPolyCurve2D<T extends ContinuousOrientedCurve2D> - Class in math.geom2d.curve
A single continuous oriented curve, which defines the boundary of a planar domain.
BoundaryPolyCurve2D() - Constructor for class math.geom2d.curve.BoundaryPolyCurve2D
 
BoundaryPolyCurve2D(T[]) - Constructor for class math.geom2d.curve.BoundaryPolyCurve2D
 
BoundaryPolyCurve2D(Collection<? extends T>) - Constructor for class math.geom2d.curve.BoundaryPolyCurve2D
 
BoundarySet2D<T extends ContinuousBoundary2D> - Class in math.geom2d.curve
A BoundarySet2D is a set of continuous oriented curves.
BoundarySet2D() - Constructor for class math.geom2d.curve.BoundarySet2D
 
BoundarySet2D(T[]) - Constructor for class math.geom2d.curve.BoundarySet2D
 
BoundarySet2D(Collection<? extends T>) - Constructor for class math.geom2d.curve.BoundarySet2D
 
BoundarySet2D(T) - Constructor for class math.geom2d.curve.BoundarySet2D
 
Box2D - Class in math.geom2d
This class defines bounds of a shape.
Box2D() - Constructor for class math.geom2d.Box2D
Empty constructor (size and position zero)
Box2D(double, double, double, double) - Constructor for class math.geom2d.Box2D
Main constructor, given bounds for x coord, then bounds for y coord.
Box2D(Rectangle2D) - Constructor for class math.geom2d.Box2D
Constructor from awt, to allow easy construction from existing apps.
Box2D(Point2D, Point2D) - Constructor for class math.geom2d.Box2D
Constructor from 2 points, giving extreme coordinates of the box.
Box2D(Point2D, double, double) - Constructor for class math.geom2d.Box2D
Constructor from a point, a width and an height

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