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 37c8dcb commit 781dbf9Copy full SHA for 781dbf9
src/main/java/com/neuronrobotics/bowlerkernel/Bezier3d/Manipulation.java
@@ -257,7 +257,7 @@ private double round(double in) {
257
return Math.round(in / increment) * increment;
258
}
259
260
- private void setGlobal(TransformNR global) {
+ public void setGlobal(TransformNR global) {
261
// newx = global.getX();
262
// newy = global.getY();
263
// newz = global.getZ();
0 commit comments