Com.jme3.math.Ray documentation error

In the javadoc for com.jme3.math.Ray



[java] /**

  • <code>getLimit</code> returns the limit or the ray, aka the length.
  • If the limit is not infinity, then this ray is a line with length <code>
  • limit</code>.

    *
  • @return the limit or the ray, aka the length.

    */

    public float getLimit() {

    return limit;

    }[/java]





    “or the ray” should be “of the ray”



    sincerely,

    –Robert McIntyre
1 Like

Thanks @bortreb, I just committed the change on trunk and you will see it in the next beta release.