Traslate vectors

hi all

suppose i have a lookAt and up vector i.e (0,1,0) and (0,0,1)



now i want to traslate those vector on the right side of the screen .How to apply a translation of 3 units?



Exists a sort of traslation instruction for vectors?

[java]

vector.addLocal(vector.Unity.X*3, 0, 0);

[/java]



:roll:?

dilembo said:
Exists a sort of traslation instruction for vectors?


https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:math_for_dummies
glaucomardano said:
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:math_for_dummies

@dilembo you're gonna read that a lot today :p