Closed eladyaniv01 closed 4 years ago
This is useful for recurring use cases such as evaluating each point in a calculated path ( which could occur many times, every frame ), Also using .right and .top properties for better readability
After doing some performance testing, it seems that calling the cached evaluations is slower than simply doing the evaluation in run time. Closing.
This is useful for recurring use cases such as evaluating each point in a calculated path ( which could occur many times, every frame ), Also using .right and .top properties for better readability