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 PointAndDerivativeCubicCurves.eval(double[] a, int offsetA, double t) Evaluates the given curve at the specified time.static 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 PointAndDerivativeFXLines.eval(double[] a, int offset, double t) static PointAndDerivativeLines.eval(double[] a, int offset, double t) static PointAndDerivativeLines.eval(double x0, double y0, double x1, double y1, double t) Evaluates the given curve at the specified time.static PointAndDerivativeQuadCurves.eval(double[] p, int offset, double t) static 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 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.StartAndEndPoints.endPoints()Returns the value of theendPointsrecord component.StartAndEndPointsPathBuilder.StartAndEndPoints.startPoints()Returns the value of thestartPointsrecord component.Constructor parameters in org.jhotdraw8.geom with type arguments of type PointAndDerivativeModifierConstructorDescriptionStartAndEndPoints(ImmutableList<PointAndDerivative> startPoints, ImmutableList<PointAndDerivative> endPoints) Creates an instance of aStartAndEndPointsrecord class. -
Uses of PointAndDerivative in org.jhotdraw8.geom.shape
Methods in org.jhotdraw8.geom.shape that return PointAndDerivativeModifier and TypeMethodDescriptiondefault PointAndDerivativePathMetrics.eval(double t) Evaluates the path at time t.default PointAndDerivativePathMetrics.eval(double t, boolean reverse) Evaluates the path at time t.PathMetrics.evalAtArcLength(double s) Evaluates the path at the specified arc lengthdefault PointAndDerivativePathMetrics.evalAtArcLength(double s, boolean reverse) 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.