Class: Ogre::Vector4

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

Class Method Summary collapse

Class Method Details

.ZEROObject



37
38
39
# File 'lib/constants.rb', line 37

def self.ZERO
	Vector4.new(0,0,0,0)
end