请教一道关于计算机图形学的问题:给定一条曲线的隐式方程,用什么方式可以显示它?

给定一条曲线的隐式方程,用什么方式可以显示它?
具体题目是:An implicit curve is a curve composed of the points (x, y) satisfying g(x,y)=0.
Could you find a way to display an implicit curve?