リビジョン | 01bb0d0dbf4f3151e24e9f8fe5f75f35f885d458 (tree) |
---|---|
日時 | 2011-01-07 10:21:53 |
作者 | Mikiya Fujii <mikiya.fujii@gmai...> |
コミッター | Mikiya Fujii |
Some comments are modified.
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@44 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -466,9 +466,13 @@ void Molecule::SetRotatingType(RotatingType rotatingType){ | ||
466 | 466 | } |
467 | 467 | |
468 | 468 | /**** |
469 | - * Call this->SetRotatingOrigin and this->SetRotatingAxis for this->rotatingType=Axis or | |
470 | - * this->SetRotatingEularAngles for this->rotatingType=Eular before calling this-function. | |
471 | - * In addition, this->SetRotatingType bay be needed to be called. | |
469 | + * this->SetRotatingType bay be needed to be called. | |
470 | + * | |
471 | + * For this->rotatingType=Axis, call this->SetRotatingOrigin, this->SetRotatingAngle, | |
472 | + * and this->SetRotatingAxis before calling this-function. | |
473 | + * | |
474 | + * For this->rotatingType=Eular, call this->SetRotatingOrigin | |
475 | + * and this->SetRotatingEularAngle before calling this-function. | |
472 | 476 | ***/ |
473 | 477 | void Molecule::Rotate(){ |
474 | 478 |