Skip to content

Commit 781dbf9

Browse files
committed
public the global
1 parent 37c8dcb commit 781dbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/bowlerkernel/Bezier3d/Manipulation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ private double round(double in) {
257257
return Math.round(in / increment) * increment;
258258
}
259259

260-
private void setGlobal(TransformNR global) {
260+
public void setGlobal(TransformNR global) {
261261
// newx = global.getX();
262262
// newy = global.getY();
263263
// newz = global.getZ();

0 commit comments

Comments
 (0)