BulletCSharp.btSequentialImpulseConstraintSolver.btRandInt2 C# (CSharp) Method

btRandInt2() public method

public btRandInt2 ( int n ) : int
n int
return int
        public int btRandInt2(int n)
        {
            int ret = BulletDynamicsPINVOKE.btSequentialImpulseConstraintSolver_btRandInt2(swigCPtr, n);
            return ret;
        }