Changeset e7ea64 for molecuilder/src/ellipsoid.cpp
- Timestamp:
- Apr 15, 2010, 10:54:26 AM (16 years ago)
- Children:
- 32842d8
- Parents:
- 1f591b
- File:
-
- 1 edited
-
molecuilder/src/ellipsoid.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/ellipsoid.cpp
r1f591b re7ea64 59 59 Matrix[8] = cos(theta); 60 60 helper.MatrixMultiplication(Matrix); 61 helper.Scale (InverseLength);61 helper.ScaleAll(InverseLength); 62 62 //Log() << Verbose(4) << "Transformed RefPoint is at " << helper << "." << endl; 63 63 … … 70 70 theta = -EllipsoidAngle[1]; 71 71 phi = -EllipsoidAngle[2]; 72 helper.Scale (EllipsoidLength);72 helper.ScaleAll(EllipsoidLength); 73 73 Matrix[0] = cos(psi)*cos(phi) - sin(psi)*cos(theta)*sin(phi); 74 74 Matrix[1] = -cos(psi)*sin(phi) - sin(psi)*cos(theta)*cos(phi);
Note:
See TracChangeset
for help on using the changeset viewer.
