Uses of Class
math.geom2d.spline.QuadBezier2D

Packages that use QuadBezier2D
math.geom2d.spline Bezier curves, and more generally polynomial curves. 
 

Uses of QuadBezier2D in math.geom2d.spline
 

Methods in math.geom2d.spline that return QuadBezier2D
 QuadBezier2D QuadBezier2D.clone()
          Deprecated.  
 QuadBezier2D QuadBezier2D.getReverseCurve()
          Deprecated. Returns the bezier curve given by control points taken in reverse order.
 QuadBezier2D QuadBezier2D.getSubCurve(double t0, double t1)
          Deprecated. Computes portion of BezierCurve.
 QuadBezier2D QuadBezier2D.transform(AffineTransform2D trans)
          Deprecated. Returns the Bezier Curve transformed by the given AffineTransform2D.
 

Methods in math.geom2d.spline that return types with arguments of type QuadBezier2D
 CurveSet2D<? extends QuadBezier2D> QuadBezier2D.clip(Box2D box)
          Deprecated. Clip the circle arc by a box.
 



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