Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the Nagel point of a triangle
ResourceFunction["NagelPoint"][{p1,p2,p3}] returns the Nagel point of the triangle defined by vertices p1,p2 and p3. |
Find the Nagel point of three triangle vertices:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
Compute the Nagel point of a 3D triangle:
In[3]:= |
Out[3]= |
Show the Nagel point and the triangle together:
In[4]:= |
Out[4]= |
The Nagel point of the medial triangle is the same as the incenter of the reference triangle:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
The Nagel point, the centroid and the incenter are collinear:
In[8]:= |
Out[8]= |
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License