BulletCSharp.btCollisionObject.getCcdSquareMotionThreshold C# (CSharp) Méthode

getCcdSquareMotionThreshold() public méthode

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