Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace 'x' variable with 't' for Math function section #194

Open
mehlian opened this issue Oct 8, 2024 · 1 comment
Open

Replace 'x' variable with 't' for Math function section #194

mehlian opened this issue Oct 8, 2024 · 1 comment

Comments

@mehlian
Copy link

mehlian commented Oct 8, 2024

At the beginning we can see graph that shows change in x based on t
image

But in 'Math function' section 'x' represents value that we should pass. It is confusing. Letter 't' should be used as parameter instead.
We pass 't' and receive 'x' after all.

@Michaelangel007
Copy link

Michaelangel007 commented Nov 15, 2024

In my Code Poetry: Easing Tutorial & Optimizations, section Parameter t or p, I use the variable p since it is a normalized percent to minimize confusion with t = time which isn't normalized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants