Scilab 6.0.0
Scilab Help >> Graphics > 3d_plot > eval3dp
eval3dp
compute facets of a 3D parametric surface
Syntax
[Xf,Yf,Zf]=eval3dp(fun,p1,p2)
Arguments
- Xf,Yf,Zf
matrices of size (4,n-1*m-1).
Xf(:,i),Yf(:,i)andZf(:,i)are respectively the x-axis, y-axis and z-axis coordinates of the 4 points of the ith four sided facet.- fun
a Scilab function.
- p1
a vector of size
n.- p2
a vector of size
m.
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.

Comments
Add a comment:
Please login to comment this page.