Minor Change
Added blank lines to Point3D to space out functions. <_<
This commit is contained in:
parent
820e72f17a
commit
82da53b992
1 changed files with 2 additions and 0 deletions
|
@ -61,10 +61,12 @@ public class Point3D implements Serializable {
|
|||
{
|
||||
return new Point3D(x, y, z);
|
||||
}
|
||||
|
||||
public int[] toIntArray()
|
||||
{
|
||||
return new int[]{x,y,z};
|
||||
}
|
||||
|
||||
public boolean equals(Point3D other)
|
||||
{
|
||||
if (other == null)
|
||||
|
|
Loading…
Add table
Reference in a new issue