I derped. Oh well. #122
@@ -61,10 +61,12 @@ public class Point3D implements Serializable {
|
|||||||
{
|
{
|
||||||
return new Point3D(x, y, z);
|
return new Point3D(x, y, z);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int[] toIntArray()
|
public int[] toIntArray()
|
||||||
{
|
{
|
||||||
return new int[]{x,y,z};
|
return new int[]{x,y,z};
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean equals(Point3D other)
|
public boolean equals(Point3D other)
|
||||||
{
|
{
|
||||||
if (other == null)
|
if (other == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user