Changeset 66ce7a for molecuilder/src/builder.cpp
- Timestamp:
- Aug 19, 2009, 12:22:08 PM (16 years ago)
- Children:
- 6c09a4
- Parents:
- da84d6
- File:
-
- 1 edited
-
molecuilder/src/builder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
rda84d6 r66ce7a 188 188 // remove the projection onto the rotation plane of the second angle 189 189 n.CopyVector(&y); 190 n.Scale(first->x. Projection(&y));190 n.Scale(first->x.ScalarProduct(&y)); 191 191 cout << "N1: ", 192 192 n.Output((ofstream *)&cout); … … 197 197 cout << endl; 198 198 n.CopyVector(&z); 199 n.Scale(first->x. Projection(&z));199 n.Scale(first->x.ScalarProduct(&z)); 200 200 cout << "N2: ", 201 201 n.Output((ofstream *)&cout);
Note:
See TracChangeset
for help on using the changeset viewer.
