when a profile is defined by 2 points and a simple curve... Is it not a fact that it is "either concave, convex, or flat"? Because I don't see any fourth or further option. I mean... It seems I'm either "too much of a math nerd" or they just stated a literal... "If it's a binary value, it's either one or zero" type level of thing.
also that it depends what is meant by a simple curve. 2 points only really defines a line, not a curve at all. The bezier stuff I do (which would include the example above) goes up to using 4 points, not just the 2 end points. So those could be in opposite directions for a wibble-wobble.
suspecting that they mean the concepts of y=mx+c for a line and y=ax2+bx+c for the simple curve, not the Bezier method. Otherwise a sine would count as a very simple curve sometimes.