BulletCSharp.btSliderConstraint.getLowerAngLimit C# (CSharp) Method

getLowerAngLimit() public method

public getLowerAngLimit ( ) : float
return float
        public float getLowerAngLimit()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getLowerAngLimit(swigCPtr);
            return ret;
        }
btSliderConstraint