BulletCSharp.btSliderConstraint.getRestitutionOrthoLin C# (CSharp) Méthode

getRestitutionOrthoLin() public méthode

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