|
@@ -91,8 +91,7 @@ ColorRGBA will also handle interpolation between two colors. Given a second colo
|
|
|
|
|
|
|
|
== Matrix
|
|
== Matrix
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/Matrix3f.html[Matrix3f Javadoc]+
|
|
|
|
|
-and link:http://javadoc.jmonkeyengine.org/com/jme/math/Matrix4f.html[Matrix4f Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Matrix3f.html[Matrix3f Javadoc] and link:http://javadoc.jmonkeyengine.org/com/jme3/math/Matrix4f.html[Matrix4f Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|
|
@@ -249,8 +248,7 @@ Most methods are straight forward, and I will leave documentation to the Javadoc
|
|
|
|
|
|
|
|
== Vector
|
|
== Vector
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/Vector3f.html[Vector3f Javadoc]+
|
|
|
|
|
-and link:http://javadoc.jmonkeyengine.org/com/jme/math/Vector2f.html[Vector2f Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Vector3f.html[Vector3f Javadoc] and link:http://javadoc.jmonkeyengine.org/com/jme3/math/Vector2f.html[Vector2f Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|
|
@@ -310,7 +308,7 @@ Vector3f and Vector2f store their values (x, y, z) and (x, y) respectively as fl
|
|
|
|
|
|
|
|
== Quaternion
|
|
== Quaternion
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/Quaternion.html[Quaternion Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Quaternion.html[Quaternion Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|
|
@@ -481,7 +479,7 @@ Along with the base Math classes, jME provides a number of Math classes to make
|
|
|
|
|
|
|
|
== Fast Math
|
|
== Fast Math
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/FastMath.html[FastMath Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/FastMath.html[FastMath Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|
|
@@ -539,7 +537,7 @@ There are five major categories of functions that FastMath provides.
|
|
|
|
|
|
|
|
== Line
|
|
== Line
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/Line.html[Line Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Line.html[Line Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|
|
@@ -567,7 +565,7 @@ Vector3f randomPoint = l.random();
|
|
|
|
|
|
|
|
== Plane
|
|
== Plane
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/Plane.html[Plane Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Plane.html[Plane Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|
|
@@ -695,7 +693,7 @@ public class TestPlanes
|
|
|
|
|
|
|
|
== Ray
|
|
== Ray
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/Ray.html[Ray Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Ray.html[Ray Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|
|
@@ -717,7 +715,7 @@ Ray ray = new Ray(cam.getLocation(), cam.getDirection());
|
|
|
|
|
|
|
|
== Rectangle
|
|
== Rectangle
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/Rectangle.html[Rectangle Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Rectangle.html[Rectangle Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|
|
@@ -746,7 +744,7 @@ Vector3f point = r.random();
|
|
|
|
|
|
|
|
== Triangle
|
|
== Triangle
|
|
|
|
|
|
|
|
-See link:http://javadoc.jmonkeyengine.org/com/jme/math/Triangle.html[Triangle Javadoc]
|
|
|
|
|
|
|
+See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Triangle.html[Triangle Javadoc]
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Definition
|
|
=== Definition
|