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 resepctive arcs. 
 

Uses of HyperbolaBranch2D in math.geom2d.conic
 

Fields in math.geom2d.conic declared as HyperbolaBranch2D
protected  HyperbolaBranch2D Hyperbola2D.branch1
          The negative branch of the hyperbola
protected  HyperbolaBranch2D Hyperbola2D.branch2
          The positive branch of the hyperbola
 

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

Methods in math.geom2d.conic that return types with arguments of type HyperbolaBranch2D
 Collection<HyperbolaBranch2D> Hyperbola2D.getBranches()
           
 

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



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.