Example #1
0
 public KeyValuePair <float, float> GetRotateBound(Quaternion prevRot, Vector3 prevPos, int frameInterval)
 {
     return(_currentState.GetRotateBound(prevRot, prevPos, frameInterval));
 }