Home | History | Annotate | Download | only in audio

Lines Matching refs:rotation

42     private Quaternion rotation;
49 rotation = new Quaternion();
55 rotation = source.rotation.clone();
78 return rotation;
86 return rotation.getRotationColumn(0);
90 return rotation.getRotationColumn(1);
94 return rotation.getRotationColumn(2);
103 public void setRotation(Quaternion rotation) {
104 this.rotation.set(rotation);
106 renderer.updateListenerParam(this, ListenerParam.Rotation);