BulletCSharp.btQuaternion.dot C# (CSharp) Method

dot() public method

public dot ( btQuaternion q ) : float
q btQuaternion
return float
        public float dot(btQuaternion q)
        {
            float ret = LinearMathPINVOKE.btQuaternion_dot(swigCPtr, btQuaternion.getCPtr(q));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }