Rotate an r−matrix about the y−axis.
Namespace: ASCOM.Astrometry.SOFAAssembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic void Ry(
double theta,
double[,] r
)
Public Sub Ry (
theta As Double,
r As Double(,)
)
public:
virtual void Ry(
double theta,
array<double,2>^ r
) sealed
Parameters
- theta Double
- Angle (radians)
- r Double
- r−matrix, rotated
See Also