package org.mt4jx.util.extension3D;
public class LinearExpoMotionMapper implements MotionMapper {
public float calcCurrentValue() {
// TODO Auto-generated method stub
return 0;
}
public void setLengthRange(float min, float max) {
// TODO Auto-generated method stub
}
public void updateCurrentLength(float currentLength) {
// TODO Auto-generated method stub
}
}