lwjgl/src/java/org/lwjgl/util/vector
Matthew 'siD' Van der Bijl 589ce0bd5c Fixed typo in the constructor comments
Fixed a typo above one of the constructors in the Vector2f class.
"Constructor for Vector3f." -> "Constructor for Vector2f."
2015-04-27 10:36:27 +02:00
..
Matrix.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
Matrix2f.java Fix Matrix*f.negate(Matrix*f dest) methods in Matrix2f, Matrix3f and Matrix4f classes. Thx to Jegorex for finding, reporting and providing fix on forum. 2012-09-12 11:29:40 +00:00
Matrix3f.java Fix Matrix*f.negate(Matrix*f dest) methods in Matrix2f, Matrix3f and Matrix4f classes. Thx to Jegorex for finding, reporting and providing fix on forum. 2012-09-12 11:29:40 +00:00
Matrix4f.java Fix Matrix*f.negate(Matrix*f dest) methods in Matrix2f, Matrix3f and Matrix4f classes. Thx to Jegorex for finding, reporting and providing fix on forum. 2012-09-12 11:29:40 +00:00
Quaternion.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
ReadableVector.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
ReadableVector2f.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
ReadableVector3f.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
ReadableVector4f.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
Vector.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
Vector2f.java Fixed typo in the constructor comments 2015-04-27 10:36:27 +02:00
Vector3f.java Add equals method to Vector2f, Vector3f and Vector4f. 2013-07-09 17:18:08 +01:00
Vector4f.java Add equals method to Vector2f, Vector3f and Vector4f. 2013-07-09 17:18:08 +01:00
WritableVector2f.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
WritableVector3f.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
WritableVector4f.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00