Fixed indent of double version as well.

This commit is contained in:
Michael Bayne
2015-02-04 11:30:35 -08:00
parent 727861c254
commit 32516ec816
17 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class Arc extends AbstractArc implements Serializable
{
private static final long serialVersionUID = -2351063986218111710L;
private static final long serialVersionUID = -2351063986218111710L;
/** The x-coordinate of this arc's framing rectangle. */
/** The x-coordinate of this arc's framing rectangle. */
public double x;
/** The y-coordinate of this arc's framing rectangle. */
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class Box implements IBox, Serializable
{
private static final long serialVersionUID = 5387466195433177670L;
private static final long serialVersionUID = 5387466195433177670L;
/** The unit box. */
/** The unit box. */
public static final Box UNIT = new Box(Vector3.UNIT_XYZ.negate(), Vector3.UNIT_XYZ);
/** The zero box. */
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class Circle extends AbstractCircle implements Serializable
{
private static final long serialVersionUID = -3344650739420164686L;
private static final long serialVersionUID = -3344650739420164686L;
/** The x-coordinate of the circle. */
/** The x-coordinate of the circle. */
public double x;
/** The y-coordinate of the circle. */
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class CubicCurve extends AbstractCubicCurve implements Serializable
{
private static final long serialVersionUID = 1344542230356205271L;
private static final long serialVersionUID = 1344542230356205271L;
/** The x-coordinate of the start of this curve. */
/** The x-coordinate of the start of this curve. */
public double x1;
/** The y-coordinate of the start of this curve. */
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class Dimension extends AbstractDimension implements Serializable
{
private static final long serialVersionUID = 6057102762997878357L;
private static final long serialVersionUID = 6057102762997878357L;
/** The magnitude in the x-dimension. */
/** The magnitude in the x-dimension. */
public double width;
/** The magnitude in the y-dimension. */
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class Ellipse extends AbstractEllipse implements Serializable
{
private static final long serialVersionUID = -2681903285662523175L;
private static final long serialVersionUID = -2681903285662523175L;
/** The x-coordinate of the framing rectangle. */
/** The x-coordinate of the framing rectangle. */
public double x;
/** The y-coordinate of the framing rectangle. */
@@ -11,9 +11,9 @@ package pythagoras.d;
*/
public class IllegalPathStateException extends RuntimeException
{
private static final long serialVersionUID = -1876236224736636005L;
private static final long serialVersionUID = -1876236224736636005L;
public IllegalPathStateException () {
public IllegalPathStateException () {
}
public IllegalPathStateException (String s) {
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class Line extends AbstractLine implements Serializable
{
private static final long serialVersionUID = -9086971085479796688L;
private static final long serialVersionUID = -9086971085479796688L;
/** The x-coordinate of the start of this line segment. */
/** The x-coordinate of the start of this line segment. */
public double x1;
/** The y-coordinate of the start of this line segment. */
+2 -2
View File
@@ -15,9 +15,9 @@ import pythagoras.util.SingularMatrixException;
*/
public class Matrix3 implements IMatrix3, Serializable
{
private static final long serialVersionUID = -2923052760368784693L;
private static final long serialVersionUID = -2923052760368784693L;
/** the identity matrix. */
/** the identity matrix. */
public static final Matrix3 IDENTITY = new Matrix3();
/** The values of the matrix. The names take the form {@code mCOLROW}. */
+2 -2
View File
@@ -15,9 +15,9 @@ import pythagoras.util.SingularMatrixException;
*/
public final class Matrix4 implements IMatrix4, Serializable
{
private static final long serialVersionUID = 2376107607832772408L;
private static final long serialVersionUID = 2376107607832772408L;
/** The identity matrix. */
/** The identity matrix. */
public static final IMatrix4 IDENTITY = new Matrix4();
/** An empty matrix array. */
+2 -2
View File
@@ -15,9 +15,9 @@ import pythagoras.util.Platform;
*/
public class Plane implements IPlane, Serializable
{
private static final long serialVersionUID = 5309702666731799041L;
private static final long serialVersionUID = 5309702666731799041L;
/** The X/Y plane. */
/** The X/Y plane. */
public static final Plane XY_PLANE = new Plane(Vector3.UNIT_Z, 0f);
/** The X/Z plane. */
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class Point extends AbstractPoint implements Serializable
{
private static final long serialVersionUID = 4524700003415412445L;
private static final long serialVersionUID = 4524700003415412445L;
/** The x-coordinate of the point. */
/** The x-coordinate of the point. */
public double x;
/** The y-coordinate of the point. */
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class QuadCurve extends AbstractQuadCurve implements Serializable
{
private static final long serialVersionUID = -7816504376651508296L;
private static final long serialVersionUID = -7816504376651508296L;
/** The x-coordinate of the start of this curve. */
/** The x-coordinate of the start of this curve. */
public double x1;
/** The y-coordinate of the start of this curve. */
+2 -2
View File
@@ -15,9 +15,9 @@ import pythagoras.util.Platform;
*/
public class Quaternion implements IQuaternion, Serializable
{
private static final long serialVersionUID = -2507768410601557773L;
private static final long serialVersionUID = -2507768410601557773L;
/** The identity quaternion. */
/** The identity quaternion. */
public static final IQuaternion IDENTITY = new Quaternion(0f, 0f, 0f, 1f);
/** The components of the quaternion. */
+2 -2
View File
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class Rectangle extends AbstractRectangle implements Serializable
{
private static final long serialVersionUID = 6584214897153526799L;
private static final long serialVersionUID = 6584214897153526799L;
/** The x-coordinate of the rectangle's upper left corner. */
/** The x-coordinate of the rectangle's upper left corner. */
public double x;
/** The y-coordinate of the rectangle's upper left corner. */
@@ -11,9 +11,9 @@ import java.io.Serializable;
*/
public class RoundRectangle extends AbstractRoundRectangle implements Serializable
{
private static final long serialVersionUID = -8496388509757573705L;
private static final long serialVersionUID = -8496388509757573705L;
/** The x-coordinate of the framing rectangle. */
/** The x-coordinate of the framing rectangle. */
public double x;
/** The y-coordinate of the framing rectangle. */
+2 -2
View File
@@ -14,9 +14,9 @@ import pythagoras.util.Platform;
*/
public class Vector3 implements IVector3, Serializable
{
private static final long serialVersionUID = -6374261949619913930L;
private static final long serialVersionUID = -6374261949619913930L;
/** A unit vector in the X+ direction. */
/** A unit vector in the X+ direction. */
public static final IVector3 UNIT_X = new Vector3(1f, 0f, 0f);
/** A unit vector in the Y+ direction. */