Example #1
0
 public float GetSwipeLengthInCM()
 {
     return(VectorMath.ConvertPixelToCm((EndPoint - StartPoint).magnitude));
 }