View Single Post
  #8  
Old 01-07-2005, 02:50 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

vizmat.VectorToPoint returns a python list of 3 numbers. To create a vector from it you must do the following:
Code:
vector = viz.Vector(vizmat.VectorToPoint(p1, p2))
Reply With Quote