C++利用EasyX繪製心形線

代碼如下 #include <graphics.h> #include <cmath> #include <conio.h> constexpr auto PI = 3.1415926; constexpr auto ONE_ANGLE = PI / 180; //該函數用於繪製心形線 //_x: x方向上的偏移量 //_y: y方向上的偏移量 //a: 縮放倍數 void cardioid(
相關文章
相關標籤/搜索