Uses of Class
math.geom2d.conic.HyperbolaBranch2D

Packages that use HyperbolaBranch2D
math.geom2d.conic Conic curves like circles, ellipses, parabolas and hyperbolas Contains definition of various conic curves. 
 

Uses of HyperbolaBranch2D in math.geom2d.conic
 

Methods in math.geom2d.conic that return HyperbolaBranch2D
 HyperbolaBranch2D HyperbolaBranchArc2D.getHyperbolaBranch()
           
 HyperbolaBranch2D HyperbolaBranch2D.getReverseCurve()
           
 HyperbolaBranch2D HyperbolaBranch2D.transform(AffineTransform2D trans)
           
 

Constructors in math.geom2d.conic with parameters of type HyperbolaBranch2D
HyperbolaBranchArc2D(HyperbolaBranch2D branch, double t0, double t1)