BulletCSharp.btRigidBody.getAngularVelocity C# (CSharp) Méthode

getAngularVelocity() public méthode

public getAngularVelocity ( ) : SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 getAngularVelocity()
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletDynamicsPINVOKE.btRigidBody_getAngularVelocity(swigCPtr), false);
            return ret;
        }