processing-eclipse icon indicating copy to clipboard operation
processing-eclipse copied to clipboard

Some PVector methods not recognized in Eclipse

Open dharmabumvida opened this issue 12 years ago • 2 comments

Hi,

I have recently imported my processing application into eclipse to use it as a debugger, but I am getting errors for certain PVector methods and it is causing me trouble. The following methods for class PVectors are not working:

setMag for PVectors is not working fromAngle for PVectors is not working heading for PVector is not working

Thanks, Nick

dharmabumvida avatar Oct 25 '13 20:10 dharmabumvida

As noted on the front, the Eclipse project has not been updated in many years, and does not have newer Processing features like setMag() and heading().

benfry avatar Oct 25 '13 21:10 benfry

Hi,

I have recently imported my processing application into eclipse to use it as a debugger, but I am getting errors for certain PVector methods and it is causing me trouble. The following methods for class PVectors are not working:

setMag for PVectors is not working fromAngle for PVectors is not working heading for PVector is not working

Thanks, Nick

H

rmjspaz avatar Dec 26 '21 01:12 rmjspaz