BulletCSharp.btRigidBody.getAngularVelocity C# (CSharp) 메소드

getAngularVelocity() 공개 메소드

public getAngularVelocity ( ) : SWIGTYPE_p_btVector3
리턴 SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 getAngularVelocity()
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletDynamicsPINVOKE.btRigidBody_getAngularVelocity(swigCPtr), false);
            return ret;
        }