]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Tetrahedron.hs
Add comments to the effect that some functions are only used in tests.
[spline3.git] / src / Tetrahedron.hs
index 670a6e0f26f5024be159b8f870bcfd61e1dafe92..4c7abed0fe78e282ec1096c410cae41c15300129 100644 (file)
@@ -71,6 +71,7 @@ instance ThreeDimensional Tetrahedron where
     center (Tetrahedron _ v0' v1' v2' v3' _) =
         (v0' + v1' + v2' + v3') `scale` (1/4)
 
+    -- contains_point is only used in tests.
     contains_point t p0 =
       b0_unscaled `nearly_ge` 0 &&
       b1_unscaled `nearly_ge` 0 &&