Uses of Class
yearreview.app.animation.BezierCurve
Packages that use BezierCurve
- 
Uses of BezierCurve in yearreview.app.animationFields in yearreview.app.animation with type parameters of type BezierCurveModifier and TypeFieldDescriptionprivate final TreeMap<Float,BezierCurve> AnimationCurve.curvesAllows access to each Bezier by its starting x-value.Methods in yearreview.app.animation that return BezierCurveModifier and TypeMethodDescriptionprotected static BezierCurveAnimationCurveControlPoint.constructBezierBetween(AnimationCurveControlPoint p1, AnimationCurveControlPoint p2) Constructs aBezierbetween two Control-Points.Methods in yearreview.app.animation with parameters of type BezierCurveModifier and TypeMethodDescriptionprivate Vector2DAnimationCurve.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 Vector2DAnimationCurve.sampleBezierDeltaAtX(BezierCurve curve, float xVal, float min, float max) Samples the direction of the given Bezier at a certain x-position using binary search.