mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
more common code cleanup
This commit is contained in:
parent
39786420fa
commit
a8ba96a01b
@ -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:
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user