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

B

BevelJoinFactory - Class in math.geom2d.circulinear.buffer
 
BevelJoinFactory() - Constructor for class math.geom2d.circulinear.buffer.BevelJoinFactory
 
Bijection2D - Interface in math.geom2d.transform
Interface for all bijective transformations in the euclidean plane.
Bijection3D - Interface in math.geom3d.transform
A transformation in the space that have an inverse.
Boundaries2D - Class in math.geom2d.domain
Collects some useful methods for operating on boundary curves.
Boundaries2D() - Constructor for class math.geom2d.domain.Boundaries2D
 
boundary() - Method in class math.geom2d.Box2D
Returns the boundary of this box.
boundary() - Method in interface math.geom2d.circulinear.CirculinearDomain2D
 
boundary() - Method in class math.geom2d.circulinear.GenericCirculinearDomain2D
 
boundary() - Method in interface math.geom2d.domain.Domain2D
Returns the boundary of the set.
boundary() - Method in class math.geom2d.domain.DomainArray2D
 
boundary() - Method in class math.geom2d.domain.GenericDomain2D
 
boundary() - Method in class math.geom2d.polygon.HRectangle2D
Deprecated.  
boundary() - Method in class math.geom2d.polygon.MultiPolygon2D
 
boundary() - Method in interface math.geom2d.polygon.Polygon2D
Overrides the definition of boundary() such that the boundary of a polygon is defined as a set of LinearRing2D.
boundary() - Method in class math.geom2d.polygon.Rectangle2D
 
boundary() - Method in class math.geom2d.polygon.SimplePolygon2D
Returns a set of one LinearRing2D, which encloses the polygon.
Boundary2D - Interface in math.geom2d.domain
A Boundary2D is the curve which defines the contour of a domain in the plane.
BoundaryPolyCirculinearCurve2D<T extends CirculinearContinuousCurve2D> - Class in math.geom2d.circulinear
A continuous boundary which is composed of several continuous circulinear curves.
BoundaryPolyCirculinearCurve2D() - Constructor for class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
BoundaryPolyCirculinearCurve2D(int) - Constructor for class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
BoundaryPolyCirculinearCurve2D(T[]) - Constructor for class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
BoundaryPolyCirculinearCurve2D(T[], boolean) - Constructor for class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
BoundaryPolyCirculinearCurve2D(Collection<? extends T>) - Constructor for class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
BoundaryPolyCirculinearCurve2D(Collection<? extends T>, boolean) - Constructor for class math.geom2d.circulinear.BoundaryPolyCirculinearCurve2D
 
BoundaryPolyCurve2D<T extends ContinuousOrientedCurve2D> - Class in math.geom2d.domain
A single continuous oriented curve, which defines the boundary of a planar domain.
BoundaryPolyCurve2D() - Constructor for class math.geom2d.domain.BoundaryPolyCurve2D
Creates an empty BoundaryPolyCurve2D.
BoundaryPolyCurve2D(int) - Constructor for class math.geom2d.domain.BoundaryPolyCurve2D
Creates a BoundaryPolyCurve2D by reserving space for n curves.
BoundaryPolyCurve2D(T...) - Constructor for class math.geom2d.domain.BoundaryPolyCurve2D
Creates a BoundaryPolyCurve2D from the specified set of curves.
BoundaryPolyCurve2D(Collection<? extends T>) - Constructor for class math.geom2d.domain.BoundaryPolyCurve2D
Creates a BoundaryPolyCurve2D from the specified set of curves.
boundingBox() - Method in class math.geom2d.Box2D
Deprecated. useless (0.11.1)
boundingBox() - Method in class math.geom2d.conic.Circle2D
Returns bounding box of the circle.
boundingBox() - Method in class math.geom2d.conic.CircleArc2D
 
boundingBox() - Method in class math.geom2d.conic.Ellipse2D
Return more precise bounds for the ellipse.
boundingBox() - Method in class math.geom2d.conic.EllipseArc2D
 
boundingBox() - Method in class math.geom2d.conic.Hyperbola2D
Returns a bounding box with infinite bounds in every direction
boundingBox() - Method in class math.geom2d.conic.HyperbolaBranch2D
Returns a bounding box with infinite bounds in every direction
boundingBox() - Method in class math.geom2d.conic.HyperbolaBranchArc2D
 
boundingBox() - Method in class math.geom2d.conic.Parabola2D
 
boundingBox() - Method in class math.geom2d.conic.ParabolaArc2D
 
boundingBox() - Method in class math.geom2d.curve.CurveArray2D
Returns bounding box for the CurveArray2D.
boundingBox() - Method in class math.geom2d.domain.GenericDomain2D
If the domain is bounded, returns the bounding box of its boundary, otherwise returns an infinite bounding box.
boundingBox() - Method in class math.geom2d.line.InvertedRay2D
 
boundingBox() - Method in class math.geom2d.line.Line2D
Returns the bounding box of the Line2D.
boundingBox() - Method in class math.geom2d.line.LineArc2D
Returns the bounding box of this line arc.
boundingBox() - Method in class math.geom2d.line.LineSegment2D
Returns the bounding box of this line segment.
boundingBox() - Method in class math.geom2d.line.Ray2D
 
boundingBox() - Method in class math.geom2d.line.StraightLine2D
 
boundingBox() - Method in class math.geom2d.point.PointArray2D
 
boundingBox() - Method in class math.geom2d.Point2D
Returns a bounding box with zero width and zero height, whose coordinates limits are point coordinates.
boundingBox() - Method in class math.geom2d.polygon.HRectangle2D
Deprecated.  
boundingBox() - Method in class math.geom2d.polygon.LinearCurve2D
Returns the bounding box of this linear curve.
boundingBox() - Method in class math.geom2d.polygon.MultiPolygon2D
 
boundingBox() - Method in class math.geom2d.polygon.Rectangle2D
Returns the bounding box of the rectangle.
boundingBox() - Method in class math.geom2d.polygon.SimplePolygon2D
Returns the bounding box of the polygon.
boundingBox() - Method in interface math.geom2d.Shape2D
Returns the bounding box of the shape.
boundingBox() - Method in class math.geom2d.ShapeArray2D
 
boundingBox() - Method in class math.geom2d.spline.CubicBezierCurve2D
Returns the approximate bounding box of this curve.
boundingBox() - Method in class math.geom2d.spline.QuadBezierCurve2D
Returns the approximate bounding box of this curve.
boundingBox() - Method in class math.geom3d.line.LineSegment3D
 
boundingBox() - Method in class math.geom3d.line.StraightLine3D
 
boundingBox() - Method in class math.geom3d.plane.Plane3D
 
boundingBox() - Method in class math.geom3d.Point3D
 
boundingBox() - Method in class math.geom3d.PointSet3D
 
boundingBox() - Method in interface math.geom3d.Shape3D
 
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
Box3D - Class in math.geom3d
 
Box3D() - Constructor for class math.geom3d.Box3D
Empty constructor (size and position zero)
Box3D(double, double, double, double, double, double) - Constructor for class math.geom3d.Box3D
Main constructor, given bounds for x coord, bounds for y coord, and bounds for z coord.
Box3D(Point3D, Point3D) - Constructor for class math.geom3d.Box3D
Constructor from 2 points, giving extreme coordinates of the box.
branches() - Method in class math.geom2d.conic.Hyperbola2D
 
buffer(double) - Method in class math.geom2d.circulinear.CirculinearContourArray2D
 
buffer(double) - Method in class math.geom2d.circulinear.CirculinearCurveArray2D
 
buffer(double) - Method in interface math.geom2d.circulinear.CirculinearShape2D
Computes the buffer of the shape, formed by the set of points located at a distance from the shape that is lower or equal to d.
buffer(double) - Method in class math.geom2d.circulinear.GenericCirculinearDomain2D
 
buffer(double) - Method in class math.geom2d.circulinear.PolyCirculinearCurve2D
 
buffer(double) - Method in class math.geom2d.conic.Circle2D
 
buffer(double) - Method in class math.geom2d.conic.CircleArc2D
 
buffer(double) - Method in class math.geom2d.line.AbstractLine2D
 
buffer(double) - Method in class math.geom2d.line.Line2D
 
buffer(double) - Method in class math.geom2d.point.PointArray2D
 
buffer(double) - Method in class math.geom2d.Point2D
 
buffer(double) - Method in class math.geom2d.polygon.HRectangle2D
Deprecated.  
buffer(double) - Method in class math.geom2d.polygon.LinearCurve2D
 
buffer(double) - Method in class math.geom2d.polygon.MultiPolygon2D
 
buffer(double) - Method in class math.geom2d.polygon.Rectangle2D
 
buffer(double) - Method in class math.geom2d.polygon.SimplePolygon2D
 
BufferCalculator - Class in math.geom2d.circulinear.buffer
Compute the buffer of a circulinear curve or domain, and gather some methods for computing parallel curves.
BufferCalculator() - Constructor for class math.geom2d.circulinear.buffer.BufferCalculator
Creates a new buffer calculator with default join and cap factories.
BufferCalculator(JoinFactory, CapFactory) - Constructor for class math.geom2d.circulinear.buffer.BufferCalculator
Creates a new buffer calculator with specific join and cap factories.
ButtCapFactory - Class in math.geom2d.circulinear.buffer
 
ButtCapFactory() - Constructor for class math.geom2d.circulinear.buffer.ButtCapFactory
 

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