Implements fl::XYPathGenerator.
Definition at line 53 of file xypath_impls.cpp.
53 {
54
55
56 float t = alpha * 2.0f *
PI;
57
58
59 float x = 16.0f * powf(sinf(t), 3);
60
61
62
63 float y = -(13.0f * cosf(t) - 5.0f * cosf(2.0f * t) -
64 2.0f * cosf(3.0f * t) - cosf(4.0f * t));
65
66
67
69
70
71
73
74
76
78
80}
References PI, x, and y.