Calculates a unique rotation for this euler. Avoids gimble lock.
Sample
Code
# import Mathutils
import Mathutils
# create a Euler object
originalEuler = Mathutils.Euler( 405.0, 0.0, 0.0)
# Calculate unique rotation and reset the euler
originalEuler.unique()
The Blender Game
engine uses the Python programming language to extent
the capabilities of the game engine. The Python programming
language
is open source and free to use, even for commercial products.
Python
is a multi-platform programing language that runs on Windows,
Linux/Unix and Mac OS X operating systems. A general-purpose
programming language, Python is a high-level, dynamic, object-oriented
language that beginners find easy to learn.