public float getRamp(float pSecondsElapsed, float pDuration)
 {
     return(RampCircularIn.getValue(pSecondsElapsed / pDuration));
 }