Uses of Record Class
org.jhotdraw8.geom.PointAndDerivative
Packages that use PointAndDerivative
Package
Description
Provides classes for defining and manipulating two-dimensional geometry.
-
Uses of PointAndDerivative in org.jhotdraw8.geom
Methods in org.jhotdraw8.geom that return PointAndDerivativeModifier and TypeMethodDescriptionstatic @NonNull PointAndDerivativeCubicCurves.eval(double[] a, int offsetA, double t) Evaluates the given curve at the specified time.static @NonNull PointAndDerivativeCubicCurves.eval(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, double t) Evaluates the given curve at the specified time.static @NonNull PointAndDerivativeFXLines.eval(double[] a, int offset, double t) static @NonNull PointAndDerivativeLines.eval(double[] a, int offset, double t) static @NonNull PointAndDerivativeLines.eval(double x0, double y0, double x1, double y1, double t) Evaluates the given curve at the specified time.static @NonNull PointAndDerivativeQuadCurves.eval(double[] p, int offset, double t) static @NonNull PointAndDerivativeQuadCurves.eval(double x0, double y0, double x1, double y1, double x2, double y2, double t) Evaluates the given curve at the specified time.static @NonNull PointAndDerivativeEvaluates the given curve at the specified time.PointAndDerivative.reverse()Returns a new point with reversed derivative.Methods in org.jhotdraw8.geom that return types with arguments of type PointAndDerivativeModifier and TypeMethodDescriptionStartAndEndPointsPathBuilder.getEndPoints()StartAndEndPointsPathBuilder.getStartPoints() -
Uses of PointAndDerivative in org.jhotdraw8.geom.shape
Methods in org.jhotdraw8.geom.shape that return PointAndDerivativeModifier and TypeMethodDescriptiondefault @NonNull PointAndDerivativePathMetrics.eval(double t) Evaluates the path at time t.PathMetrics.evalAtArcLength(double s) Evaluates the path at the specified arc lengthSimplePathMetrics.evalAtArcLength(double s) Evaluates the path at the specified arc lengthBezierPath.evalFirst()Evaluates the first point of the bezier path.BezierPath.evalLastInReverse()Evaluates the reverse derivative of the last point.