Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Return the fold that maps two points to two lines
ResourceFunction["BelochFold"][{p1,l1},{p2,l2}] returns the fold(s) that maps points p1 and p2 to lines l1 and l2. |
Find the fold that maps the two given points to the y and x axes:
In[1]:= | ![]() |
Out[3]= | ![]() |
With this fold, show the origami solution to the duplication of the cube problem:
In[4]:= | ![]() |
Out[5]= | ![]() |
Find the folds that map two points to the y and x axes:
In[6]:= | ![]() |
Out[8]= | ![]() |
Show the origami steps to fold a regular nonagon:
In[9]:= | ![]() |
Out[9]= | ![]() |
Find the fold that map the two given points to the y and x axes:
In[10]:= | ![]() |
Out[11]= | ![]() |
With this fold, show the origami solution for the plastic constant:
In[12]:= | ![]() |
Out[13]= | ![]() |
Fold two points to two arbitrary lines:
In[14]:= | ![]() |
Out[15]= | ![]() |
Show the fold:
In[16]:= | ![]() |
Out[17]= | ![]() |
Find the folds that map two given points to the y and x axes:
In[18]:= | ![]() |
Out[20]= | ![]() |
Show the starting origami step for folding a regular heptagon:
In[21]:= | ![]() |
Out[22]= | ![]() |
Wolfram Language 14.0 (January 2024) or above
This work is licensed under a Creative Commons Attribution 4.0 International License