Skip to content
Snippets Groups Projects
Commit 97f79653 authored by Xinzhe Wu's avatar Xinzhe Wu
Browse files

update

parent 289dce4d
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
#include <chrono>
#define from 0.0f
#define to 2.0f
#define parts 999999999
#define to 100.0f
#define parts 9999999999
#define step ((to - from) / parts)
#define x (from + (step / 2.0f))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment