How to convert String to PVector
Answered
- Need more info
- Answered
- Working on it
in
Programming Questions
•
2 years ago
Hi All,
I'm parsing xml info that is giving me this coordinates "2.176414,41.394381,13" and I would like to convert this String to a PVector.
//coordenates
XMLElement coords = stations[i].getChild(4);
String stationCoords = coords.getContent();
Any suggestion
Thanks a lot for your help
David
1