andreypdr / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

Convert coordinates in user coord sys with calcUserCoordsys #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Change user coord system with setUserCoordsys()
2. Use calcUserCoordsys(PVector) or calcUserCoordsysBack(PVector)

What is the expected output? What do you see instead?
I would like to convert my vector from user coord system to kinect coord system 
or reverse

What version of the product are you using? On what operating system?
Windows 7 - processing 2.0.3 - SimpleOpenNI 1.96

Please provide any additional information below.
I don't know if the method calcUserCoordsys is the one to use, it returns 
nothing and the first parameter has his value changed but always with the same 
values (the PVector is not readed before beeing changed)

Original issue reported on code.google.com by noisette...@gmail.com on 15 Nov 2013 at 9:17