• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン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

変更サマリ

差分

--- a/src/base/Molecule.h
+++ b/src/base/Molecule.h
@@ -466,9 +466,13 @@ void Molecule::SetRotatingType(RotatingType rotatingType){
466466 }
467467
468468 /****
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.
472476 ***/
473477 void Molecule::Rotate(){
474478