BulletCSharp.btCollisionObject.getCcdSweptSphereRadius C# (CSharp) Method

getCcdSweptSphereRadius() public method

public getCcdSweptSphereRadius ( ) : float
return float
        public float getCcdSweptSphereRadius()
        {
            float ret = BulletCollisionPINVOKE.btCollisionObject_getCcdSweptSphereRadius(swigCPtr);
            return ret;
        }