public static float GetReflectedSkin(float value, float mirror) { return(Mathf.Clamp01(GenMath.Reflection(value, mirror))); }