BulletCSharp.btSliderConstraint.getRestitutionOrthoLin C# (CSharp) Method

getRestitutionOrthoLin() public method

public getRestitutionOrthoLin ( ) : float
return float
        public float getRestitutionOrthoLin()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getRestitutionOrthoLin(swigCPtr);
            return ret;
        }
btSliderConstraint