Scilab Function

eval3dp - compute facets of a 3D parametric surface

Calling Sequence

[Xf,Yf,Zf]=eval3dp(fun,p1,p2)

Parameters

Description

eval3dp computes a four sided facets representation of a 3D parametric surface defined by the function fun. fun(p1,p2) computes the x-axis ,y-axis and z-axis coordinates of the corresponding points on the surface, as [x(i),y(i),z(i)]=fun(p1(i),p2(i)). This is used for efficiency.

Examples

See Also