Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a rotatable arrow handle
ResourceFunction["CircularWinder"][θ] represents a circular winder graphics object with an arrow rotated by the angle θ. | |
ResourceFunction["CircularWinder"][Dynamic[θ]] takes the angle position to be the dynamically updated current value of θ, with this value being reset if the winder arrow is moved. |
Set up a circular winder with a movable arrow:
In[1]:= |
Out[1]= |
Set up a circular winder that defines the value of the angle:
In[2]:= |
Out[2]= |
A continuous circular winder:
In[3]:= |
Out[3]= |
A discrete circular winder:
In[4]:= |
Out[4]= |
Set up a discrete circular winder that defines the value of the angle:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License