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