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

fix bug in orx-keyframer and add default parameter values for easing functions #198

Merged
merged 2 commits into from
Oct 11, 2021

Conversation

ylegall
Copy link
Contributor

@ylegall ylegall commented Oct 8, 2021

only some of the easing functions in orx-easing had default parameter values. for example:

fun easeCubicOut(t: Double, b: Double = 0.0, c: Double = 1.0, d: Double = 1.0): Double

this change updates the other easing functions with similar default parameter values.

@edwinRNDR edwinRNDR merged commit ec70511 into openrndr:master Oct 11, 2021
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

Successfully merging this pull request may close these issues.

2 participants