| # | Line 47 | Line 47 | void RigidBody::setEuler( double phi, double theta, do | |
|---|---|---|
| 47 | A[2][0] = sin(phi) * sin(theta); | |
| 48 | A[2][1] = -cos(phi) * sin(theta); | |
| 49 | A[2][2] = cos(theta); | |
| 50 | + | |
| 51 | + | printf("A[2][x] = %lf\t%lf\t%lf\n", A[2][0], A[2][1], A[2][2]); |
| 52 | ||
| 53 | } | |
| 54 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |