Mastalt
Grouping adjacent XYZ points, no idea how to go about this
hmm I see, I'll try something like that, but then, if lets say
0 1
1 1
0 2
1 2
2 0
They would be adjacent, but more than 1 apart (assuming we start from 0 2) so i would have to do it recursivly?
60 replies
MVC App's Post request not reaching
Actually, it doesn't seem to be reaching at all, I have a breakpoint in my API and it is never hit, but when I try to reach the call straight from my browser, then it return 415 (which I'm guessing is normal since I don't send any body when trying this way)
14 replies