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