BulletCSharp.btDefaultMotionState.getWorldTransform C# (CSharp) Метод

getWorldTransform() публичный Метод

public getWorldTransform ( btTransform centerOfMassWorldTrans ) : void
centerOfMassWorldTrans btTransform
Результат void
        public virtual void getWorldTransform(btTransform centerOfMassWorldTrans)
        {
            LinearMathPINVOKE.btDefaultMotionState_getWorldTransform(swigCPtr, btTransform.getCPtr(centerOfMassWorldTrans));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }