• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisão01bb0d0dbf4f3151e24e9f8fe5f75f35f885d458 (tree)
Hora2011-01-07 10:21:53
AutorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Mensagem de Log

Some comments are modified.

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@44 1136aad2-a195-0410-b898-f5ea1d11b9d8

Mudança Sumário

Diff

--- 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