public double encoderCorrect(ArPoseWithTime deltaPose) { return AriaJavaJNI.ArAnalogGyro_encoderCorrect( swigCPtr, this, ArPoseWithTime.getCPtr(deltaPose), deltaPose); }
public void add(ArPoseWithTime x) { AriaJavaJNI.ArPoseWithTimeList_add(swigCPtr, this, ArPoseWithTime.getCPtr(x), x); }