CSharp ArrayVectorMag

From scripting
Revision as of 05:00, 22 April 2017 by Nickpisca (talk | contribs) (Created page with " static double ArrayVectorMag(double[] a) { double[] z = {0.0, 0.0, 0.0}; double f = Find3DDist(a, z);...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
        static double ArrayVectorMag(double[] a)
        {
            double[] z = {0.0, 0.0, 0.0};
            double f = Find3DDist(a, z);
            return f;
        }



This subroutine was used in the development of the Mega-Dots World's Toughest Connect-the-Dots Puzzles.

Unrelated MEL scripting help located here: YSYT.