Skip to content

Commit 3011c15

Browse files
authored
Update Quaternion.java
1 parent d8dc462 commit 3011c15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Quaternion.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
public class Quaternion
22
{
3-
private static final long serialVersionUID = 1;
4-
53
public static final Quaternion IDENTITY = new Quaternion(0, new Vector3(0, 0, 1));
64

75
/** scalar part of the quaternion */

0 commit comments

Comments
 (0)