Closed mmtftr closed 4 years ago
The mathematical function for ranged staggering should have been described as rotate = -360 + ((360 - (-360)) / 5) * i for the ith element, but the start value(-360) was not written.
rotate = -360 + ((360 - (-360)) / 5) * i
Changed the labels to include the start value.
The mathematical function for ranged staggering should have been described as
rotate = -360 + ((360 - (-360)) / 5) * i
for the ith element, but the start value(-360) was not written.Changed the labels to include the start value.