Uses of Record Class
org.jhotdraw8.geom.biarc.BiArc
Packages that use BiArc
Package
Description
Provides classes for approximating bezier-curves with bi-arcs.
-
Uses of BiArc in org.jhotdraw8.geom.biarc
Methods in org.jhotdraw8.geom.biarc that return BiArcModifier and TypeMethodDescriptionstatic BiArcBiArc.create(Point2D.Double p1, Point2D.Double t1, Point2D.Double p2, Point2D.Double t2, Point2D.Double tp) Creates a new instance.Methods in org.jhotdraw8.geom.biarc that return types with arguments of type BiArcModifier and TypeMethodDescriptionCubicCurveToBiArc.approxCubicBezier(CubicCurve2D.Double bezier, int nrPointsToCheck, double tolerance) Algorithm to approximate a bezier curve with bi-arcs.