We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8dc462 commit 3011c15Copy full SHA for 3011c15
Quaternion.java
@@ -1,7 +1,5 @@
1
public class Quaternion
2
{
3
- private static final long serialVersionUID = 1;
4
-
5
public static final Quaternion IDENTITY = new Quaternion(0, new Vector3(0, 0, 1));
6
7
/** scalar part of the quaternion */
0 commit comments