|
马上注册登录,享用更多网站功能!
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Returns a matrix to perform a rotation around an arbitrary axis.
Return: void
Environment: Internal & External
See Also:
History:
*******************************************************************************/
extern UFUNEXPORT void FTN(uf5945)(
double *rp1, /* <I>
Origin Of The Axis - Absolute Coordinates
*/
double *rp2, /* <I>
Direction Vector - Absolute Coordinates
*/
double *rp3, /* <I>
Rotation Angle In Degrees
*/
double *rr4, /* <O>
Rotation Matrix. This must be declared to hold
16 doubles.
*/
int *ir5 /* <O>
Status Code
0 - Success
1 - Direction Vector Is A Zero Vector
*/
);
这个Direction Vector 和 Rotation Angle In Degrees是要怎么加参数啊,是个几维数组?
一点介绍都不写,实在是找不到了~ |
|