BulletCSharp.Body.angularVelocity C# (CSharp) Méthode

angularVelocity() public méthode

public angularVelocity ( ) : SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 angularVelocity()
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletSoftBodyPINVOKE.Body_angularVelocity__SWIG_1(swigCPtr), true);
            return ret;
        }

Same methods

Body::angularVelocity ( SWIGTYPE_p_btVector3 rpos ) : SWIGTYPE_p_btVector3