BulletCSharp.btSliderConstraint.getLinDepth C# (CSharp) Method

getLinDepth() public method

public getLinDepth ( ) : float
return float
        public float getLinDepth()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getLinDepth(swigCPtr);
            return ret;
        }
btSliderConstraint