Exemplo n.º 1
0
 public double encoderCorrect(ArPoseWithTime deltaPose) {
   return AriaJavaJNI.ArAnalogGyro_encoderCorrect(
       swigCPtr, this, ArPoseWithTime.getCPtr(deltaPose), deltaPose);
 }
Exemplo n.º 2
0
 public void add(ArPoseWithTime x) {
   AriaJavaJNI.ArPoseWithTimeList_add(swigCPtr, this, ArPoseWithTime.getCPtr(x), x);
 }