jdf / peasycam

Dead-simple mouse-driven camera for Processing
http://MrFeinberg.com/peasycam/
Apache License 2.0
116 stars 35 forks source link

PVector instead of float[] #23

Closed MatiasConTilde closed 8 years ago

MatiasConTilde commented 8 years ago

In functions like getLookAt(), getRotations and getPosition() return a float[] array. It would be much more useful if it returned a PVector.

jdf commented 8 years ago

That's probably true, but there's no way to undo that long-ago decision. :)