BulletCSharp.btSliderConstraint.getRestitutionOrthoAng C# (CSharp) Method

getRestitutionOrthoAng() public method

public getRestitutionOrthoAng ( ) : float
return float
        public float getRestitutionOrthoAng()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getRestitutionOrthoAng(swigCPtr);
            return ret;
        }
btSliderConstraint