Skip to content
Snippets Groups Projects
Commit cac4ed2f authored by Damon Kohler's avatar Damon Kohler
Browse files

Fixes visibility of Vector3 method.

parent 378ee8c3
Branches
Tags
No related merge requests found
...@@ -98,7 +98,7 @@ public class Vector3 { ...@@ -98,7 +98,7 @@ public class Vector3 {
return z; return z;
} }
private double getMagnitudeSquared() { public double getMagnitudeSquared() {
return x * x + y * y + z * z; return x * x + y * y + z * z;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment