Changeset 27849 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- May 4, 2010, 8:58:54 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r23304 r27849 7449 7449 \end{prototype} 7450 7450 7451 The following function changes the given rotation to its inverse: 7452 7453 \begin{prototype} 7454 psSphereRot *psSphereRotInvert(psSphereRot *rot); 7451 The following function constructs a the \code{psSphereRot} with the 7452 inverse rotation of the given euler angles. This is equivalent to 7453 applying \code{psSphereRotConjugate} on a \code{psSphereRot} object: 7454 7455 \begin{prototype} 7456 psSphereRot *psSphereRotInvert(double alphaP, double deltaP, double phiP); 7455 7457 \end{prototype} 7456 7458
Note:
See TracChangeset
for help on using the changeset viewer.
