Some PVector methods not recognized in Eclipse
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
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().
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