Method: Mittsu::Matrix4#==

Defined in:
lib/mittsu/math/matrix4.rb

#==(other) ⇒ Object



568
569
570
# File 'lib/mittsu/math/matrix4.rb', line 568

def ==(other)
  other.elements == @elements
end