[Insight-users] Simple question
Yu Qi
felix_china at yahoo.com.cn
Thu Apr 14 07:50:28 EDT 2005
This code is from the ITKGuide,Rigid Transform in 3D
*******************************************************
typedef TransformType::VersorType VersorType;
typedef VersorType::VectorType VectorType;
VersorType rotation;
VectorType axis;
axis[0] = 0.0;
axis[1] = 0.0;
axis[2] = 1.0;
const double angle = 0;
rotation.Set( axis, angle );
transform->SetRotation( rotation );
*******************************************************
I want to know what the variable axis,angle are.
And why give them those values?
Best Regards!
Yu Qi
---------------------------------
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
美女明星应有尽有,搜遍美图、艳图和酷图
1G就是1000兆,雅虎电邮自助扩容!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20050414/203fded1/attachment.htm
More information about the Insight-users
mailing list