We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d141f4 commit 0816145Copy full SHA for 0816145
1 file changed
sasmodels/models/truncated_tetrahedron.py
@@ -24,9 +24,9 @@
24
25
V_{T} = \frac{\sqrt{2}}{12} \, L^3
26
27
-.. figure:: img/tetrahedron_regular.png
+.. figure:: img/tetra_truncation.png
28
29
- Regular tetrahedron in its reference orientation.
+ Regular tetrahedron with circumradius :math:`R` and edge length :math:`L`. After truncation, the true edge length is :math:`(1-2t)L`.
30
31
The four vertices of the tetrahedron, with :math:`\mathbf{v}_0` at the origin,
32
are defined as:
@@ -86,7 +86,6 @@
86
The truncated tetrahedron is a polyhedron obtained by truncating the vertices of a regular tetrahedron.
87
88
.. figure:: img/truncated_tetrahedron.png
89
-.. figure:: img/tetra-octa-center-V1V2V3.png
90
91
Tetrahedron with different truncatures.
92
0 commit comments