etiennebalit / pyprocessing

Automatically exported from code.google.com/p/pyprocessing
2 stars 1 forks source link

PVector.set() is broken #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. p = PVector()
2. p.set(PVector(1, 2, 3))
3. print p

What is the expected output? What do you see instead?

I expect to see [1, 2, 3].  I see [0, 0, 0].

What version of the product are you using? On what operating system?

Using version = '0.1.3.22' on python 2.7.5 on Mac OS X 10.9.5

Please provide any additional information below.

Original issue reported on code.google.com by vic.nor...@gmail.com on 27 Jan 2015 at 10:33