Uses of Class
math.geom2d.conic.HyperbolaBranchArc2D

Packages that use HyperbolaBranchArc2D
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their respective arcs. 
 

Uses of HyperbolaBranchArc2D in math.geom2d.conic
 

Methods in math.geom2d.conic that return HyperbolaBranchArc2D
 HyperbolaBranchArc2D HyperbolaBranchArc2D.clone()
           
static HyperbolaBranchArc2D HyperbolaBranchArc2D.create(HyperbolaBranch2D branch, double t0, double t1)
           
 HyperbolaBranchArc2D HyperbolaBranchArc2D.reverse()
           
 HyperbolaBranchArc2D HyperbolaBranch2D.subCurve(double t0, double t1)
          Returns an instance of HyprbolaBranchArc2D initialized with this.
 HyperbolaBranchArc2D HyperbolaBranchArc2D.subCurve(double t0, double t1)
          Returns a new HyperbolaBranchArc2D, with same parent hyperbola branch, and with new parameterization bounds.
 HyperbolaBranchArc2D HyperbolaBranchArc2D.transform(AffineTransform2D trans)
           
 

Methods in math.geom2d.conic that return types with arguments of type HyperbolaBranchArc2D
 CurveSet2D<? extends HyperbolaBranchArc2D> HyperbolaBranch2D.clip(Box2D box)
          Clips the curve with a box.
 CurveSet2D<? extends HyperbolaBranchArc2D> HyperbolaBranchArc2D.clip(Box2D box)
          Clips the hyperbola branch arc by a box.