Clothoid 2 point curve script

 From:  Michael Gibson
5878.7 In reply to 5878.6 
Hi Brian,

> Installed MoI version 2 on the new hard drive.
> The jscript picked up the error in the following code at line 334(plus)
>
> return { 'K': K, 'Kprime': Kprime, 'L': L, };

This probably depends on which version of Internet Explorer and JScript.dll are installed on your system that v2 ends up using.

What you have there is a "trailing comma", and I think it's supposed to be ok but some versions of the IE scripting engine do not allow it. This difference in behavior in IE scripting compared to other script engines sometimes causes grief for web developers, if you do a web search for "jscript trailing comma" you can find some stuff about it.


> Right view does not work properly.

I'll take a look and see if I can figure out what's going on.

- Michael