![]() |
|
#1
|
|||
|
|||
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)) |
![]() |
|
|