commit 45b08c37efb9607d2b6a3d2a4695c1efce0b75b9
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Sun Sep 13 01:35:36 2020 +0100

    Minor.

diff --git a/src/main/java/org/distorted/library/mesh/MeshTriangle.java b/src/main/java/org/distorted/library/mesh/MeshTriangle.java
index eb0407a..3ac42c1 100644
--- a/src/main/java/org/distorted/library/mesh/MeshTriangle.java
+++ b/src/main/java/org/distorted/library/mesh/MeshTriangle.java
@@ -21,7 +21,7 @@ package org.distorted.library.mesh;
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 /**
- * Create a Mesh which approximates an equilateral triangle.
+ * Create a Mesh which approximates a triangle with vertices at (-0.5,-0.5),(+0.5,-0.5),(0.0,0.5)
  */
 public class MeshTriangle extends MeshBase
   {
@@ -96,8 +96,8 @@ public class MeshTriangle extends MeshBase
 // PUBLIC API
 ///////////////////////////////////////////////////////////////////////////////////////////////////
   /**
-   * Creates the underlying grid of vertices with the usual attribs which approximates an equilateral
-   * triangle.
+   * Creates the underlying grid of vertices with the usual attribs which approximates a triangle
+   * with vertices at (-0.5,-0.5),(+0.5,-0.5),(0.0,0.5)
    *
    * @param level Specifies the level of slicing. Valid values: level &ge; 1
    */
