powered by
arms
convex.bounds(x, dir, indFunc, ..., tol=1e-07)
indFunc
ans
x + ans[1] * dir
x + ans[2] * dir
x + t * dir
## boundaries of a unit circle convex.bounds(c(0,0), c(1,1), indFunc=function(x) crossprod(x)<1)
Run the code above in your browser using DataLab