Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Graphics primitive for the arc of a polygon vertex
ResourceFunction["VertexArc"][{q1,p,q2},rad] constructs a circular arc centered at p with radius rad from vertex points p,q1 and q2. |
Form a vertex arc:
| In[1]:= |
| Out[2]= |
Show the arc and vertex:
| In[3]:= |
| Out[3]= | ![]() |
Four non-congruent triangles with three shared angles and various shared sides:
| In[4]:= | ![]() |
| Out[5]= | ![]() |
A rectangle dissected into seven similar triangles:
| In[6]:= | ![]() |
| Out[8]= | ![]() |
Depict the angles of an arrowhead quadrilateral:
| In[9]:= | ![]() |
| Out[10]= | ![]() |
For a 180°, the resulting arc is arbitrarily oriented:
| In[11]:= |
| Out[11]= | ![]() |
In the psi-quad substitution tiling,
:
| In[12]:= | ![]() |
| Out[13]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License