j
k
j a
j l
Barend Gehrels wrote:
So this works as well: int box[4] = {1,1,10,10}; int c[2] = {5, 5}; bool is_inside = geometry::within(c, box);
So an int[4] is a 2D box and an int[2] is a 2D point? That looks like quite some arbitrary choices...
Back to the thread
Back to the list