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

getRestitutionOrthoAng() public méthode

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