orbitersim / orbiter

Open-source repository of Orbiter Space Flight Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oapiCameraRotationMatrix missing documentation

spacex15 opened this issue · comments

title says it all !

If I had to guess, it would be somethig like this:

	/**
	 * \brief Returns a rotation matrix which performs the transformation
	 *   from the camera rotation into global coordinates.
	 * \param rmat pointer to a matrix receiving the rotation data
	 * \sa oapiCameraGlobalPos, oapiCameraGlobalDir
	 */
OAPIFUNC void oapiCameraRotationMatrix (MATRIX3 *rmat);

But @mschweiger has to do the \note and check if this is really what it does 😀

And yes, no documentation is bad - but no documentation is better than wrong documentation!

Couldn't have formulated it better myself, so I took the liberty of using your suggestion verbatim. 👍