mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
This PR changes the signature of the closeToVector() helper function:
Old: closeToVector(num x, num y, {double epsilon = 1e-15})
New: closeToVector(Vector2 vector, [double epsilon = 1e-15])
Example of how to use flame_test
This is just a very simple example of how to use flame_test, most relevant
code is in the test directory.
You can also find many examples in the test directory of Flame for how to use it.