Missed a spot.
This commit is contained in:
@@ -14,9 +14,9 @@ import pythagoras.util.Platform;
|
|||||||
*/
|
*/
|
||||||
public class Vector4 implements IVector4, Serializable
|
public class Vector4 implements IVector4, Serializable
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = -5007926039614742505L;
|
private static final long serialVersionUID = -5007926039614742505L;
|
||||||
|
|
||||||
/** The components of the vector. */
|
/** The components of the vector. */
|
||||||
public double x, y, z, w;
|
public double x, y, z, w;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user