Exemplo n.º 1
0
 public static void SetDivergenceRecoverySpeed(this IDetectGazeDivergence obj, float rateAtWhichGazeVelocityReturnsToStableThreshold)
 {
     setDivergenceRecoverySpeed(rateAtWhichGazeVelocityReturnsToStableThreshold);
 }
Exemplo n.º 2
0
 public static bool IsAboveDivergenceThreshold(this IDetectGazeDivergence obj, Transform transformToTest, float divergenceThreshold, bool disregardTemporalStability = true)
 {
     return(isAboveDivergenceThreshold(transformToTest, divergenceThreshold, disregardTemporalStability));
 }