We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b634d5 commit ba855ffCopy full SHA for ba855ff
src/com/jwetherell/algorithms/data_structures/KdTree.java
@@ -556,9 +556,9 @@ public String toString() {
556
557
public static class XYZPoint implements Comparable<XYZPoint> {
558
559
- private final double x;
560
- private final double y;
561
- private final double z;
+ protected final double x;
+ protected final double y;
+ protected final double z;
562
563
public XYZPoint(double x, double y) {
564
this.x = x;
0 commit comments