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