Searched refs:rotations_ (Results 1 – 1 of 1) sorted by relevance
25 this.rotations_ = {x: 0, y: 0}; property in anonymousFunction2a2b177f0100.Camera79 var maxRotation = Math.max(Math.abs(this.rotations_.x),80 Math.abs(this.rotations_.y));102 transformString += 'rotateX(' + this.rotations_.x + 'deg)';103 transformString += ' rotateY(' + this.rotations_.y + 'deg)';111 this.rotationStart_.x = this.rotations_.x;112 this.rotationStart_.y = this.rotations_.y;122 this.rotations_.x = this.rotationStart_.x + delta.y *124 this.rotations_.y = this.rotationStart_.y + -delta.x *