What's the difference between ofDrawBezier and ofDrawCurve in terms of parameters?

What’s the difference between ofDrawBezier and ofDrawCurve in terms of parameters? What’s the difference between these two curves’ control points?

for ofDrawCurve(), you may have a look at @mikewesthad response here:

and for ofDrawBezier():

http://openframeworks.cc/documentation/graphics/ofPath/#!show_bezierTo

in both case, the pictures help to understand the concepts and where the control points are.