Browse Source

Euler/Quaternion: I don't think these are needed.

Mr.doob 10 years ago
parent
commit
3b5f4da3d2
2 changed files with 0 additions and 4 deletions
  1. 0 2
      src/math/Euler.js
  2. 0 2
      src/math/Quaternion.js

+ 0 - 2
src/math/Euler.js

@@ -21,8 +21,6 @@ THREE.Euler.prototype = {
 
 
 	constructor: THREE.Euler,
 	constructor: THREE.Euler,
 
 
-	_x: 0, _y: 0, _z: 0, _order: THREE.Euler.DefaultOrder,
-
 	get x () {
 	get x () {
 
 
 		return this._x;
 		return this._x;

+ 0 - 2
src/math/Quaternion.js

@@ -18,8 +18,6 @@ THREE.Quaternion.prototype = {
 
 
 	constructor: THREE.Quaternion,
 	constructor: THREE.Quaternion,
 
 
-	_x: 0, _y: 0, _z: 0, _w: 0,
-
 	get x () {
 	get x () {
 
 
 		return this._x;
 		return this._x;