Skip to content

Commit

Permalink
create a transform provider interface
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Apr 14, 2024
1 parent 3674fd7 commit 031c66b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.neuronrobotics.bowlerstudio.creature;

import com.neuronrobotics.sdk.addons.kinematics.math.TransformNR;

public interface ITransformProvider {
TransformNR get();
}

0 comments on commit 031c66b

Please sign in to comment.