RFR: 8372203: Piecewise linear easing function
Andy Goryachev
angorya at openjdk.org
Mon Nov 24 17:13:04 UTC 2025
On Sat, 22 Nov 2025 09:03:16 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> `LINEAR(Point2D...)` we would have `ofLinear(Point2D...)`
+1 for `ofLinear(Point2D ...)`
`Interpolator.LINEAR` is a final object instance, `Interpolator.LINEAR(Point2D...)` is a method.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1977#issuecomment-3571847841
More information about the openjfx-dev
mailing list