resetPosition method
RESET DYNAMIQUE POSITION AND ROTATION
Implementation
void resetPosition(double x,double y,double z){
linearVelocity.setValues( 0, 0, 0 );
angularVelocity.setValues( 0, 0, 0 );
position..setValues( x, y, z )..scale( invScale );
awake();
}