Changeset 28003 for branches/pap/doc/pslib/psLibSDRS.tex
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
doc/pslib/psLibSDRS.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/doc/pslib/psLibSDRS.tex
r23304 r28003 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.
