| 266 | |
| 267 | |
| 268 | int |
| 269 | CorotCrdTransf3d::revertToStart(void) |
| 270 | { |
| 271 | ul.Zero(); |
| 272 | alphaIq = this->getQuaternionFromRotMatrix(R0); // pseudo-vector for node 1 |
| 273 | alphaJq = this->getQuaternionFromRotMatrix(R0); // pseudo-vector for node J |
| 274 | |
| 275 | alphaI.Zero(); |
| 276 | alphaJ.Zero(); |
| 277 | |
| 278 | this->update(); |
| 279 | return 0; |
| 280 | } |
| 281 | |
| 282 | |
| 283 | int |