BulletCSharp.btCollisionObject.getCcdSquareMotionThreshold C# (CSharp) Method

getCcdSquareMotionThreshold() public method

public getCcdSquareMotionThreshold ( ) : float
return float
        public float getCcdSquareMotionThreshold()
        {
            float ret = BulletCollisionPINVOKE.btCollisionObject_getCcdSquareMotionThreshold(swigCPtr);
            return ret;
        }