Uses of Class
yearreview.app.animation.BezierCurve
-
Uses of BezierCurve in yearreview.app.animation
Modifier and TypeFieldDescriptionprivate final TreeMap<Float,
BezierCurve> AnimationCurve.curves
Allows access to each Bezier by its starting x-value.Modifier and TypeMethodDescriptionprotected static BezierCurve
AnimationCurveControlPoint.constructBezierBetween
(AnimationCurveControlPoint p1, AnimationCurveControlPoint p2) Constructs aBezier
between two Control-Points.Modifier and TypeMethodDescriptionprivate Vector2D
AnimationCurve.sampleBezierAtX
(BezierCurve curve, float xVal, float min, float max) Samples the Bezier at a certain x-position by doing binary search over the interval.private Vector2D
AnimationCurve.sampleBezierDeltaAtX
(BezierCurve curve, float xVal, float min, float max) Samples the direction of the given Bezier at a certain x-position using binary search.