We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5e4a1 commit 5495b7dCopy full SHA for 5495b7d
jme3-core/src/main/java/com/jme3/math/FastMath.java
@@ -942,8 +942,7 @@ public static boolean approximateEquals(float a, float b) {
942
* Converts a single precision (32 bit) floating point value
943
* into half precision (16 bit).
944
*
945
- * <p>Source: <a href="http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf">
946
- * http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf</a><br><strong>broken link</strong>
+ * <p>Source: <a href="ftp://www.fox-toolkit.org/pub/fasthalffloatconversion.pdf</a>
947
948
* @param half The half floating point value as a short.
949
* @return floating point value of the half.
0 commit comments