Rotate3data(PD3, vectorV1, vectorV2 f, centerg)
make PD from PD3 by rotating it so as to conform V1 to V2.
Ex) G2=Rotate3data( G1, [1, 0, 0], [1, 2, 3] );
¦ PD3 may be MS, in this case, return MS.
Rotate3data[PD3, axis of rotation, angle f, centerg]
make PD from PD3 by rotating it by angle around axis/
Ex) G2=Rotate3data[ G1, [0, 0, 1], %pi/4 );
¦ PD3 may be MS, in this case, return MS.
最終更新:2013年12月02日 23:23