more common code cleanup

This commit is contained in:
commy2 2015-09-18 16:41:00 +02:00
parent 39786420fa
commit a8ba96a01b
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* Author: commy2
* Removes the brackets around a code and returns the code as a string. It does nothing if the code is already a string.
*
* Argument:
* Arguments:
* 0: Code <CODE, STRING>
*
* Return value:

View File

@ -2,8 +2,8 @@
* Author: esteldunedain
* Returns a orthonormal system of reference aligned with the supplied vector
*
* Argument:
* Vector to align the coordinate system with (Array)
* Arguments:
* Vector to align the coordinate system with <ARRAY>
*
* Return Value:
* 0: Vector Normalized <ARRAY>