Skip to content

Commit

Permalink
repaired utf8 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
krka committed Feb 1, 2012
1 parent 6b1aad1 commit ce5ca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/se/fearlessgames/fear/math/Matrix3.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public Matrix3 adjugate() {
* @param start normalized non-zero starting vector * @param start normalized non-zero starting vector
* @param end normalized non-zero ending vector * @param end normalized non-zero ending vector
* @return the new rotation matrix * @return the new rotation matrix
* @see "Tomas Möller, John Hughes \"Efficiently Building a Matrix to Rotate \ One Vector to * @see "Tomas Müller, John Hughes \"Efficiently Building a Matrix to Rotate \ One Vector to
* Another\" Journal of Graphics Tools, 4(4):1-4, 1999" * Another\" Journal of Graphics Tools, 4(4):1-4, 1999"
*/ */
public Matrix3 fromStartEndLocal(final Vector3 start, final Vector3 end) { public Matrix3 fromStartEndLocal(final Vector3 start, final Vector3 end) {
Expand Down

0 comments on commit ce5ca49

Please sign in to comment.