PVector get function into toxiclibs Vec3D
in
Contributed Library Questions
•
9 months ago
Hi,
How to change PVector :
How to change PVector :
- PVector currentDir = e.pos.get();
Into:
- Vec3D currentDir = e.pos.get();
Processing says there is no such function get() in Vec3D.
Could you help me,please?
Could you help me,please?
1