diff --git a/src/main/java/jme3utilities/math/MyMath.java b/src/main/java/jme3utilities/math/MyMath.java index e45abc08..3064e48f 100644 --- a/src/main/java/jme3utilities/math/MyMath.java +++ b/src/main/java/jme3utilities/math/MyMath.java @@ -74,7 +74,7 @@ private MyMath() { // new methods exposed /** - * Return the area of the specified triangle. + * Return the (one-sided) area of the specified triangle. * * @param triangle (not null, unaffected) * @return the area (≥0)