From: Bruce S. <Bru...@nc...> - 2008-03-06 23:00:43
|
For a complete list of vector-related functions, of which "cross" is just one, see the section on vectors in the Visual reference manual on the Help menu. Bruce Sherwood Steve Spicklemire wrote: > Yes! See crossproduct.py in the examples directory of vpython. > > cvector = cross(avector,bvector) > > -steve > > > On Mar 6, 2008, at 10:21 AM, Park, Nicholas wrote: > > >> Hello everybody, >> >> Sorry for what is probably a basic question... is there an easy way >> to do a vector cross product in python, besides doing it explicitly >> in terms of components? >> >> Thanks, >> Nicholas Park >> Physics Dept. >> Greenhill School >> >> >> ---------------------------------------------------------------------- >> --- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |