2014-03-29から1日間の記事一覧

曲面の描画

登録した曲面の式から、帽子の形状を描画します。 //********************************************************************************** #macro Curved_surface4(V1,V2,Func_no) mesh { #local V=V2.x; #while( V #local U=V1.x; #while( U #local Pd11=…