Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate the circumcircle of a 3D triangle
ResourceFunction["Circumcircle3D"][{p1,p2,p3}] returns a BSplineCurve representing the circumcircle of the triangle with corner points p1,p2, and p3. | |
ResourceFunction["Circumcircle3D"][{p1,p2,p3},property] gives the value of the specified property. |
| "Association" | association containing the circumcircle, circumcenter and circumradius |
| "Center" | circumcenter |
| "Circle" | BSplineCurve representing the circumcircle |
| "Radius" | circumradius |
Circumcircle of a 3D triangle:
| In[1]:= |
| Out[1]= | ![]() |
Show a triangle and its circumcircle together:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
Use Tube to render a circumcircle:
| In[3]:= |
| Out[3]= | ![]() |
Return the circumcenter and circumradius:
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= |
Interlocking circumcircles of the faces of an icosahedron:
| In[6]:= | ![]() |
| Out[6]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License