PVector abs( PVector Vec ) { return new PVector( abs(Vec.x), abs(Vec.y), abs(Vec.z) ); }