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

Uses of HyperbolaBranchArc2D in math.geom2d.conic
 

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

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



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