On 2018-11-26 11:47, Ethan Gardener wrote:
vector v = <32., 1248., 87.65> - <35.623466, 1234.477051, 22.>; (6,70) syntax errorcan you not do this, so you have to subtract each element individually? it's been a years since i last tried.
You can subtract vectors, however something like "32." will cause a syntax error. Write "32.0" or "32" instead. I think that is your problem.
_______________________________________________ Opensim-users mailing list [email protected] http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
