Beispiel #1
0
        public void setOrigin(btMatrix3x3 origin)
        {
            if (m_disposed)
            {
                throw new ObjectDisposedException(ToString());
            }

            BulletAPI_BtTransform_setOrigin(m_handle, origin.Handle);
        }
Beispiel #2
0
        public void setBasis(btMatrix3x3 basis)
        {
            if (m_disposed)
            {
                throw new ObjectDisposedException(ToString());
            }

            BulletAPI_BtTransform_setBasis(m_handle, basis.Handle);
        }
Beispiel #3
0
        public void setOrigin(btMatrix3x3 origin)
        {
            if (m_disposed)
                throw new ObjectDisposedException(ToString());

            BulletAPI_BtTransform_setOrigin(m_handle, origin.Handle);
        }
Beispiel #4
0
        public void setBasis(btMatrix3x3 basis)
        {
            if (m_disposed)
                throw new ObjectDisposedException(ToString());

            BulletAPI_BtTransform_setBasis(m_handle, basis.Handle);
        }