Method: LibSL::LLVector4#initialize

Defined in:
lib/types.rb

#initialize(a, b, c, d) ⇒ LLVector4

Returns a new instance of LLVector4.



353
354
355
# File 'lib/types.rb', line 353

def initialize(a, b, c, d)
	@a, @b, @c, @d = a, b, c, d
end