Skip to content

PVector.set() is broken #24

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions