ParametricPlaneCurve ComponentFunctionΒΆ
paramete.spad line 1 [edit on github]
ComponentFunction: Type
ParametricPlaneCurve is used for plotting parametric plane curves in the affine plane.
- coordinate: (%, NonNegativeInteger) -> ComponentFunction
coordinate(c, i)
returns a coordinate function forc
using 1-based indexing according toi
. This indicates what the function for the coordinate componenti
of the plane curve is.
- curve: (ComponentFunction, ComponentFunction) -> %
curve(c1, c2)
creates a plane curve from 2 component functionsc1
andc2
.