Browse Source

add draft for Euler3.clamp().

Ben Houston 12 years ago
parent
commit
4ff0959450
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/math/Euler3.js

+ 7 - 1
src/math/Euler3.js

@@ -223,6 +223,12 @@ THREE.Euler3.prototype = {
 
 	},
 
+	clamp: function() {
+
+		// todo
+		
+	},
+
 	reorder: function( newOrder ) {
 
 		// todo.
@@ -232,7 +238,7 @@ THREE.Euler3.prototype = {
 	alternativeSolution: function() {
 
 		// todo.
-		
+
 	},
 
 	equals: function ( e ) {