Lagrange curves

Hello,
I want to draw a Lagrange curve from 3 control points.
Like for Bezier curves, does it exist OpenGL or glu(t) functions for Lagrange ??
Thanks.

No. Write an evaluator that converts to GL_LINES, which is what GL does internally for it’s bezier evaluators.