Exemple #1
0
 /**
  * Set the value of an SFRotation.
  *
  * @param rotation SFRotation to take values from
  */
 public void setValue(SFRotation rotation) {
   float[] r = {0, 0, 1, 0};
   rotation.getValue(r);
   this.setValue(r);
 }