Uses of Class
math.geom2d.conic.HyperbolaBranch2D

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

Uses of HyperbolaBranch2D in math.geom2d.conic
 

Methods in math.geom2d.conic that return HyperbolaBranch2D
 HyperbolaBranch2D HyperbolaBranch2D.clone()
           
static HyperbolaBranch2D HyperbolaBranch2D.create(Hyperbola2D hyperbola, boolean b)
          Generic constructor, using a parent Hyperbola, and a boolean to specifies if the branch is the right one (crossing the Ox axis on positive side, b true), or the left one (crossing the Oy axis on the negative side, b false).
 HyperbolaBranch2D HyperbolaBranchArc2D.getHyperbolaBranch()
           
 HyperbolaBranch2D Hyperbola2D.negativeBranch()
           
 HyperbolaBranch2D Hyperbola2D.positiveBranch()
           
 HyperbolaBranch2D HyperbolaBranch2D.reverse()
           
 HyperbolaBranch2D HyperbolaBranch2D.transform(AffineTransform2D trans)
           
 

Methods in math.geom2d.conic that return types with arguments of type HyperbolaBranch2D
 java.util.Collection<HyperbolaBranch2D> Hyperbola2D.branches()
           
 java.util.Collection<? extends HyperbolaBranch2D> HyperbolaBranch2D.continuousCurves()
           
 

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

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