Class: Ogre::Quaternion

Inherits:
Object
  • Object
show all
Defined in:
lib/constants.rb

Class Method Summary collapse

Class Method Details

.IDENTITYObject



47
48
49
# File 'lib/constants.rb', line 47

def self.IDENTITY
	Quaternion.new(1.0,0.0,0.0,0.0)
end

.ZEROObject



43
44
45
# File 'lib/constants.rb', line 43

def self.ZERO
	Quaternion.new(0.0,0.0,0.0,0.0)
end