Skip to content

PVector.set() is broken #24

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions