mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-04-04 23:04:36 -04:00
Added missing topic index entries in Python and JavaScript README.md.
I forgot to add topic index entries for the new functions IdentityMatrix and Pivot to the README.md files for JavaScript and Python. Fixed it.
This commit is contained in:
@@ -121,6 +121,8 @@ these are used in function and type names.
|
||||
| [RotateVector](#RotateVector) | Applies a rotation matrix to a vector, yielding a vector in another orientation system. |
|
||||
| [InverseRotation](#InverseRotation) | Given a rotation matrix, finds the inverse rotation matrix that does the opposite transformation. |
|
||||
| [CombineRotation](#CombineRotation) | Given two rotation matrices, returns a rotation matrix that combines them into a net transformation. |
|
||||
| [IdentityMatrix](#IdentityMatrix) | Returns a 3x3 identity matrix, which can be used to form other rotation matrices. |
|
||||
| [Pivot](#Pivot) | Transforms a rotation matrix by pivoting it around a given axis by a given angle. |
|
||||
| [VectorFromSphere](#VectorFromSphere) | Converts spherical coordinates to Cartesian coordinates. |
|
||||
| [SphereFromVector](#SphereFromVector) | Converts Cartesian coordinates to spherical coordinates. |
|
||||
| [EquatorFromVector](#EquatorFromVector) | Given an equatorial vector, calculates equatorial angular coordinates. |
|
||||
|
||||
Reference in New Issue
Block a user