Files
bevy/crates/bevy_math/images/easefunction/CircularOut.svg
7c2d54c93f EaseFunction svg graphs in doc (#17461)
# Objective

The docs of `EaseFunction` don't visualize the different functions,
requiring you to check out the Bevy repo and running the
`easing_function` example.

## Solution

- Add tool to generate suitable svg graphs. This only needs to be re-run
when adding new ease functions.
- works with all themes
- also add missing easing functions to example.

---

## Showcase

![Graphs](https://i.imgur.com/V2oTEUq.png)

---------

Co-authored-by: François Mockers <[email protected]>
2025-02-08 09:52:39 +00:00

5 lines
2.5 KiB
XML

<svg viewBox="-0.04 -0.04 1.08 1.08" width="6em" xmlns="http://www.w3.org/2000/svg">
<title>CircularOut</title>
<path d="M0,0 L0,1 M1,0 L1,1 M0,0 m0.1,0 l0.1,0 m0.1,0 l0.1,0 m0.1,0 l0.1,0 m0.1,0 l0.1,0 m0.1,0 l0.1,0 M0,1 m0.1,0 l0.1,0 m0.1,0 l0.1,0 m0.1,0 l0.1,0 m0.1,0 l0.1,0 m0.1,0 l0.1,0" fill="none" stroke="var(--main-color)" stroke-width="0.02"/>
<polyline fill="none" points="0 1 0.01010101 0.8582255 0.02020202 0.8000101 0.030303031 0.75568926 0.04040404 0.7186185 0.05050505 0.6862178 0.060606062 0.6571603 0.07070707 0.6306565 0.08080808 0.6061901 0.09090909 0.58340216 0.1010101 0.5620307 0.11111111 0.54187715 0.121212125 0.5227874 0.13131313 0.5046384 0.14141414 0.48733014 0.15151516 0.47078037 0.16161616 0.4549197 0.17171717 0.43968976 0.18181819 0.42504042 0.1919192 0.4109283 0.2020202 0.39731586 0.21212122 0.38416964 0.22222222 0.37146062 0.23232323 0.35916275 0.24242425 0.34725273 0.25252524 0.3357098 0.26262626 0.32451499 0.27272728 0.31365144 0.28282827 0.3031035 0.2929293 0.29285717 0.3030303 0.28289944 0.3131313 0.2732184 0.32323232 0.26380336 0.33333334 0.25464398 0.34343433 0.24573112 0.35353535 0.23705608 0.36363637 0.22861075 0.37373737 0.22038782 0.3838384 0.21238023 0.3939394 0.2045815 0.4040404 0.1969856 0.41414142 0.1895867 0.42424244 0.18237954 0.43434343 0.17535907 0.44444445 0.16852063 0.45454547 0.16185957 0.46464646 0.15537196 0.47474748 0.14905363 0.4848485 0.14290088 0.4949495 0.13691026 0.5050505 0.13107824 0.5151515 0.12540185 0.5252525 0.119877934 0.53535354 0.11450374 0.54545456 0.10927647 0.5555556 0.10419357 0.56565654 0.09925264 0.57575756 0.09445137 0.5858586 0.08978742 0.5959596 0.08525884 0.6060606 0.080863535 0.61616164 0.07659972 0.6262626 0.07246548 0.6363636 0.068459034 0.64646465 0.06457883 0.65656567 0.06082332 0.6666667 0.057190955 0.67676765 0.05368036 0.68686867 0.050290167 0.6969697 0.047019064 0.7070707 0.04386586 0.7171717 0.04082942 0.72727275 0.037908614 0.7373737 0.035102367 0.74747473 0.032409668 0.75757575 0.02982968 0.7676768 0.027361393 0.7777778 0.02500397 0.7878788 0.022756636 0.7979798 0.020618677 0.8080808 0.018589258 0.8181818 0.016667843 0.82828283 0.014853716 0.83838385 0.013146281 0.8484849 0.011545062 0.85858583 0.010049462 0.86868685 0.008659065 0.8787879 0.0073733926 0.8888889 0.0061920285 0.8989899 0.005114615 0.90909094 0.0041407943 0.9191919 0.003270328 0.9292929 0.0025029182 0.93939394 0.0018382072 0.94949496 0.001276195 0.959596 0.00081658363 0.969697 0.0004592538 0.97979796 0.0002040863 0.989899 0.000051021576 1 0" stroke="red" stroke-width="0.04"/>
</svg>