BulletCSharp.btSliderConstraint.getTargetAngMotorVelocity C# (CSharp) Method

getTargetAngMotorVelocity() public method

public getTargetAngMotorVelocity ( ) : float
return float
        public float getTargetAngMotorVelocity()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getTargetAngMotorVelocity(swigCPtr);
            return ret;
        }
btSliderConstraint