ImplicitCurve Command

ImplicitCurve( <List of Points> )

Creates implicit curve through given set of points. The length of the list must be n(n+3)2 for implicit curve of degree n.

ImplicitCurve( <f(x,y)> )

Creates the implicit curve f(x,y) = 0.